mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-19 16:42:12 +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:
|
||||
build:
|
||||
# From macos-14 forward, the baseline "macos-X" image is Arm based,
|
||||
# and not Intel based.
|
||||
runs-on: ${{matrix.image}}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
image: [macos-13, macos-14, macos-15]
|
||||
image: [macos-15, macos-15-intel]
|
||||
build_type: [Debug, Release]
|
||||
std: [14, 17]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user