Skip to content

Commit

Permalink
Merge pull request #1586 from dpogue/mac-ci-fix
Browse files Browse the repository at this point in the history
Fix macOS x86_64 CI builds
  • Loading branch information
dpogue authored Apr 30, 2024
2 parents abd6a79 + 0029ed7 commit c506969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
matrix:
platform:
- { str: macos-arm64, arch: arm64, runner: "macos-14" }
- { str: macos-x64, arch: x86_64, runner: "macos-latest" }
- { str: macos-x64, arch: x86_64, runner: "macos-13" }
cfg:
- { external: OFF, type: RelWithDebInfo, str: internal-release }
- { external: OFF, type: Debug, str: internal-debug }
Expand Down

0 comments on commit c506969

Please sign in to comment.