Skip to content

Commit 96941d5

Browse files
authored
Update gh-pages to use ubuntu-latest
Ubuntu 18.04 is end of life today.
1 parent 1bfeb0e commit 96941d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
deploy:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout master branch
1414
uses: actions/checkout@v2

0 commit comments

Comments
 (0)