diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/macos_test.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/macos_test.yml b/.github/workflows/macos_test.yml index 83a1b35..d7509d6 100644 --- a/.github/workflows/macos_test.yml +++ b/.github/workflows/macos_test.yml | |||
@@ -6,13 +6,12 @@ jobs: | |||
6 | build-native: | 6 | build-native: |
7 | strategy: | 7 | strategy: |
8 | matrix: | 8 | matrix: |
9 | os: [macos-12, macos-11] | 9 | os: [macos-13, macos-12] |
10 | compiler: [clang, gcc] | 10 | arch: [arm64, x86_64] |
11 | runs-on: ${{ matrix.os }} | 11 | runs-on: ${{ matrix.os }} |
12 | continue-on-error: false | 12 | continue-on-error: false |
13 | env: | 13 | env: |
14 | CC: ${{ matrix.compiler }} | 14 | ARCH: ${{ matrix.arch }} |
15 | ARCH: native | ||
16 | name: ${{ matrix.compiler }} - ${{ matrix.os }} | 15 | name: ${{ matrix.compiler }} - ${{ matrix.os }} |
17 | steps: | 16 | steps: |
18 | - name: Install packages for macos | 17 | - name: Install packages for macos |