aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2022-04-29 18:30:45 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2022-04-29 18:30:45 +0900
commit500d16b32ce25231e7c721363cfb5fe121e0fd81 (patch)
tree5e2ba9d2029c4bf104d6646f042e6a5a405a9968
parent5c7021517a6d7675276d3715f44ebef9f09ca0a7 (diff)
downloadportable-500d16b32ce25231e7c721363cfb5fe121e0fd81.tar.gz
portable-500d16b32ce25231e7c721363cfb5fe121e0fd81.tar.bz2
portable-500d16b32ce25231e7c721363cfb5fe121e0fd81.zip
Add environment macos-12 to CI
-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