Skip to content

Commit

Permalink
Forgot matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenSimon committed Jun 14, 2024
1 parent 7e9dba4 commit b61238a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ jobs:
build-macOS:
if: github.event.pull_request.draft == false
strategy:
include:
- os: macos-13-large
arch: x64
- os: macos-13-xlarge
arch: aarch64
matrix:
include:
- os: macos-13-large
arch: x64
- os: macos-13-xlarge
arch: aarch64
runs-on: ${{ matrix.os }}
env:
CC: sccache gcc
Expand Down

0 comments on commit b61238a

Please sign in to comment.