Skip to content

Commit

Permalink
CI: added mac arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Feb 9, 2024
1 parent dbe6fff commit ed57143
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,11 @@ jobs:
macOS:
name: run macOS
needs: prepare
runs-on: macos-12
strategy:
matrix:
os: [macos-12, macos-14]
fail-fast: false
runs-on: ${{ matrix.os }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SDK_NONFREE_PATH: /private/var/tmp/sdks-nonfree
Expand Down

0 comments on commit ed57143

Please sign in to comment.