Skip to content

Commit

Permalink
update ubuntu version - github pages no longer supports 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
KimberleyCook committed Jun 5, 2023
1 parent 94da360 commit e9603d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -38,4 +38,3 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./www/public

0 comments on commit e9603d4

Please sign in to comment.