mirror of
https://github.com/g-truc/glm.git
synced 2025-04-04 13:05:00 +00:00
Fix MacOS C.I.
This commit is contained in:
parent
303a9d79ed
commit
a036baa4d8
1 changed files with 2 additions and 2 deletions
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue