CI: Specifically use macos-12 image (#261)

macos-latest now points to Apple Silicon macos-14 image, which is
causing some tests to fail.
This commit is contained in:
Eric Kilmer
2024-04-29 10:48:00 -04:00
committed by GitHub
parent 95e45d8dd9
commit ebaea7183a
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-12, windows-latest]
build_type: [RelWithDebInfo, Debug]
release: [stable, HEAD]