Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Nov 29, 2024
1 parent 7e5d2dd commit 17772a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,16 +156,14 @@ jobs:
asset_content_type: application/zip

macos:
runs-on: ${{ matrix.config.os }}
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
config:
- preset: macos-x86_64
os: macos-13
tests: On
- preset: macos-arm64
os: macos-14
env:
BUILDCACHE_COMPRESS: true
BUILDCACHE_DIRECT_MODE: true
Expand Down
1 change: 1 addition & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"generator": "Ninja",
"binaryDir": "${sourceDir}/build/macos-x86_64-release",
"cacheVariables": {
"BOOST_CONTEXT_ARCHITECTURE": "x86_64",
"CMAKE_OSX_ARCHITECTURES": "x86_64",
"CMAKE_CXX_FLAGS": "-stdlib=libc++",
"CMAKE_BUILD_TYPE": "Release"
Expand Down

0 comments on commit 17772a1

Please sign in to comment.