Skip to content

Commit 2f9fc5a

Browse files
authored
Use Ubuntu's latest image for GitHub actions (#348)
See actions/runner-images#11101
1 parent f193046 commit 2f9fc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build-and-deploy:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout Repository
2020
uses: actions/checkout@v3

0 commit comments

Comments
 (0)