Skip to content

Commit

Permalink
Fix macOS build hanging
Browse files Browse the repository at this point in the history
No macOS 11 agents
  • Loading branch information
akleshchev committed Jul 23, 2024
1 parent 011c216 commit 8b44549
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 @@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
os: [windows-2022, macos-11]
os: [windows-2022, macos-12-xl]
addrsize: ["64"]
include:
- os: windows-2022
Expand Down

0 comments on commit 8b44549

Please sign in to comment.