mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-20 00:52:11 +01:00
Compare commits
1 Commits
devel
...
devel-new-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b25dff20c7 |
4
.github/workflows/mac-builds.yml
vendored
4
.github/workflows/mac-builds.yml
vendored
@@ -4,13 +4,11 @@ on: [push, pull_request]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
# From macos-14 forward, the baseline "macos-X" image is Arm based,
|
|
||||||
# and not Intel based.
|
|
||||||
runs-on: ${{matrix.image}}
|
runs-on: ${{matrix.image}}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
image: [macos-13, macos-14, macos-15]
|
image: [macos-15, macos-15-intel]
|
||||||
build_type: [Debug, Release]
|
build_type: [Debug, Release]
|
||||||
std: [14, 17]
|
std: [14, 17]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user