Skip to content

Commit 9a32412

Browse files
fix: Upgrade Ubuntu to supported version (#544)
See actions/runner-images#11101 for more details.
1 parent 06f6d11 commit 9a32412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
concurrency:
2424
group: ${{ github.head_ref || github.ref }}
2525
cancel-in-progress: false
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
2727
steps:
2828
- uses: actions/checkout@v3.0.2
2929
with:

0 commit comments

Comments
 (0)