Skip to content

Commit

Permalink
Run Tests on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguitarguy committed Jul 11, 2024
1 parent 5df46d7 commit 508a72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
test:
name: test
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-latest"

strategy:
matrix:
Expand All @@ -29,7 +29,7 @@ jobs:

examples:
name: examples
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-latest"

strategy:
matrix:
Expand Down

0 comments on commit 508a72c

Please sign in to comment.