mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-24 19:29:47 +01:00
Fix the macOS build
This commit is contained in:
7
.github/workflows/macos.yml
vendored
7
.github/workflows/macos.yml
vendored
@@ -9,13 +9,10 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-13, macos-14]
|
os: [macos-14]
|
||||||
build_type: [Debug, Release]
|
build_type: [Debug, Release]
|
||||||
std: [11, 17, 20]
|
std: [11, 17, 20, 23]
|
||||||
shared: [""]
|
shared: [""]
|
||||||
exclude:
|
|
||||||
- { os: macos-13, std: 11 }
|
|
||||||
- { os: macos-13, std: 17 }
|
|
||||||
include:
|
include:
|
||||||
- os: macos-14
|
- os: macos-14
|
||||||
std: 23
|
std: 23
|
||||||
|
|||||||
Reference in New Issue
Block a user