Skip to content

Commit 9a2b1cd

Browse files
authored
Merge pull request #175 from travisn/ubuntu-22-buid
build: Publish website on ubuntu-22.04 runner
2 parents f277936 + e9112f1 commit 9a2b1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
2020
permissions:
2121
contents: write
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-22.04
2323
steps:
2424
- name: checkout
2525
uses: actions/checkout@v2

0 commit comments

Comments
 (0)