Skip to content

Commit

Permalink
update CI runner OSes.
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed May 25, 2024
1 parent f04cdbd commit 1d38027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04,ubuntu-22.04,macOS-11,macOS-12]
os: [ubuntu-20.04,ubuntu-latest,macOS-12,macOS-latest]
steps:
- uses: actions/checkout@v3
- run: make -j4
Expand Down

0 comments on commit 1d38027

Please sign in to comment.