Skip to content

Commit

Permalink
Consistently use ubuntu-latest in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Feb 3, 2024
1 parent 1f901fb commit 5d5ebef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
lint:
name: Lint files
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -22,7 +22,7 @@ jobs:
- run: npm run lint
test:
name: Test files
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: read
deployments: write
needs: ci
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
environment:
name: spaceholder-cc (Production)
url: https://spaceholder.cc
Expand Down

0 comments on commit 5d5ebef

Please sign in to comment.