Skip to content

Commit

Permalink
CI: Specifically use macos-13 image (#262)
Browse files Browse the repository at this point in the history
macos-latest now points to Apple Silicon macos-14 image, which is
causing some tests to fail, and macos-13 is the latest that support x86
  • Loading branch information
ekilmer committed Apr 29, 2024
1 parent 39c1230 commit 92470fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
build_type: [RelWithDebInfo, Debug]
release: [stable, HEAD]

Expand Down

0 comments on commit 92470fe

Please sign in to comment.