Skip to content

Commit 82f5bf7

Browse files
committed
chore: use ubuntu-latest on gh-pages.yml
1 parent 566ef62 commit 82f5bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
group: ${{ github.workflow }}-${{ github.ref }}
1010
permissions:
1111
contents: write
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4

0 commit comments

Comments
 (0)