mirror of
https://github.com/g-truc/glm.git
synced 2026-06-08 10:33:48 +00:00
Fix MacOS C.I.
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -185,11 +185,11 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, macos-12]
|
||||
os: [macos-latest, macos-13]
|
||||
std: [98, 11, 14, 17, 20]
|
||||
config: [Debug, Release]
|
||||
exclude:
|
||||
- os: macos-12
|
||||
- os: macos-13
|
||||
std: 20
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user