Skip to content

Commit 1052682

Browse files
committed
CI: revert release workflow to ubuntu-latest
With ubuntu-slim, docker containers can't be used, but update-gh-pages uses an action which needs one.
1 parent 13169e5 commit 1052682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions: write-all
1919
jobs:
2020
release:
2121
name: "Release the GAP package"
22-
runs-on: ubuntu-slim
22+
runs-on: ubuntu-latest
2323

2424
steps:
2525
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)