Skip to content

Commit

Permalink
try compile x86 on macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Nov 29, 2024
1 parent ad78902 commit 7e5d2dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,16 @@ jobs:
asset_content_type: application/zip

macos:
runs-on: macos-latest
runs-on: ${{ matrix.config.os }}
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

0 comments on commit 7e5d2dd

Please sign in to comment.