aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/macos_test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos_test.yml b/.github/workflows/macos_test.yml
index 29e6cdc..6e7adac 100644
--- a/.github/workflows/macos_test.yml
+++ b/.github/workflows/macos_test.yml
@@ -6,7 +6,7 @@ jobs:
6 build-native: 6 build-native:
7 strategy: 7 strategy:
8 matrix: 8 matrix:
9 os: [macos-latest] 9 os: [macos-12, macos-11]
10 compiler: [clang, gcc] 10 compiler: [clang, gcc]
11 runs-on: ${{ matrix.os }} 11 runs-on: ${{ matrix.os }}
12 continue-on-error: false 12 continue-on-error: false