aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2022-05-09 01:29:28 -0500
committerBrent Cook <busterb@gmail.com>2022-05-09 01:29:28 -0500
commita0044d5a36252d82b0f7b2f1550f7fff701a484a (patch)
tree57ecac03b703abb72e1ec8117fcc515982fc7e7a /.github
parent5e974ea695aa57965c3037c787850012e188dfdb (diff)
parentff798b2a33d89679ac6c25a4773b91c6a26cd015 (diff)
downloadportable-a0044d5a36252d82b0f7b2f1550f7fff701a484a.tar.gz
portable-a0044d5a36252d82b0f7b2f1550f7fff701a484a.tar.bz2
portable-a0044d5a36252d82b0f7b2f1550f7fff701a484a.zip
Land #752, Update CI actions
Diffstat (limited to '.github')
-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