mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-04 17:26:42 +00:00
ci: Remove macos-11 runners, add macos-14 (#3980)
On June 28, 2024, macos-11 runners will be removed.
This commit is contained in:
parent
529dcd11fe
commit
c8f1b4e744
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
@ -9,11 +9,10 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-11, macos-13]
|
os: [macos-13, macos-14]
|
||||||
build_type: [Debug, Release]
|
build_type: [Debug, Release]
|
||||||
std: [11, 17, 20]
|
std: [11, 17, 20]
|
||||||
exclude:
|
exclude:
|
||||||
- { os: macos-11, std: 20 }
|
|
||||||
- { os: macos-13, std: 11 }
|
- { os: macos-13, std: 11 }
|
||||||
- { os: macos-13, std: 17 }
|
- { os: macos-13, std: 17 }
|
||||||
include:
|
include:
|
||||||
|
Loading…
Reference in New Issue
Block a user