Skip to content

Commit 76abf6d

Browse files
authored
chore: uses ubuntu latest as runner version (#62)
chore: uses latest runner version
1 parent fe18e64 commit 76abf6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ run-name: >-
1818
jobs:
1919
publish:
2020
if: github.event_name == 'release'
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-latest
2222
environment: release
2323
permissions:
2424
contents: read
@@ -42,7 +42,7 @@ jobs:
4242

4343
publish-nightly:
4444
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
45-
runs-on: ubuntu-20.04
45+
runs-on: ubuntu-latest
4646
environment: release
4747
permissions:
4848
contents: read

0 commit comments

Comments
 (0)