mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-19 16:42:12 +01:00
Try Intel Macos 15
This commit is contained in:
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