Skip to content

Commit

Permalink
chore(ci): run on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jul 19, 2024
1 parent 0dea17a commit af57aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-lint-test:
name: Build, Lint, and Test
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
fi
all-jobs-pass:
name: All jobs pass
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs:
- build-lint-test
steps:
Expand Down

0 comments on commit af57aa1

Please sign in to comment.