Skip to content

Commit 4cccc2a

Browse files
committed
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label
1 parent c9b7745 commit 4cccc2a

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/[email protected]
2929
with:

0 commit comments

Comments
 (0)