Skip to content

Commit 2ce0fb9

Browse files
authored
Update build.yml
added: ubuntu-latest actions/runner-images#11101
1 parent d808137 commit 2ce0fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515

1616
strategy:
1717
matrix:
@@ -34,4 +34,4 @@ jobs:
3434
uses: peaceiris/actions-gh-pages@v3
3535
with:
3636
publish_dir: ./_site
37-
github_token: ${{ secrets.GITHUB_TOKEN }}
37+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)