Skip to content

Commit 17fa05d

Browse files
committed
Use ubuntu-latest in publish workflow
1 parent 26a7f18 commit 17fa05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
website:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313
steps:

0 commit comments

Comments
 (0)