Skip to content

Commit c272133

Browse files
committed
update the GitHub Runner to ubuntu-24.04
1 parent 7b532ea commit c272133

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
publish:
1212
timeout-minutes: 15
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
permissions:
1515
contents: read
1616
packages: write
@@ -31,7 +31,7 @@ jobs:
3131

3232
tag:
3333
timeout-minutes: 5
34-
runs-on: ubuntu-22.04
34+
runs-on: ubuntu-24.04
3535
needs: publish
3636
steps:
3737
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)