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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)