Skip to content

Commit

Permalink
Fix build issue, macos-latest doesn't support gcc-10 it seems
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonnessjoen committed Jul 30, 2024
1 parent b96d4be commit 6c01d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false

matrix:
os: [ubuntu-latest, macos-13, macos-latest]
os: [ubuntu-latest, macos-13]
c_compiler: [gcc-10, clang]

steps:
Expand Down

0 comments on commit 6c01d2d

Please sign in to comment.