Skip to content

Commit

Permalink
fix the tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
leethomason committed Nov 21, 2023
1 parent 428cd1b commit 941e2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows-2019, macos-10.15, ubuntu-20.04 ]
os: [ windows-2019, macos-latest, ubuntu-20.04 ]
cmake: [ 3.15, 3.x ]
include:
- os: windows-2019
Expand All @@ -17,7 +17,7 @@ jobs:
- os: ubuntu-20.04
tree: tree

- os: macos-10.15
- os: macos-latest
tree: find

- cmake: 3.15
Expand Down

0 comments on commit 941e2d9

Please sign in to comment.