Skip to content

Commit a02f20c

Browse files
committed
Actions (macOS): Cover GCC 9/10/11/12, Clang 13/14, macOS 11/12
1 parent d786508 commit a02f20c

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,36 @@ jobs:
4141
clang_repo_suffix:
4242
runs-on: ubuntu-latest
4343
# macOS
44+
- cc: gcc-9
45+
cxx: g++-9
46+
clang_major_version: null
47+
clang_repo_suffix: null
48+
runs-on: macos-11
49+
- cc: gcc-10
50+
cxx: g++-10
51+
clang_major_version: null
52+
clang_repo_suffix: null
53+
runs-on: macos-11
4454
- cc: gcc-11
4555
cxx: g++-11
4656
clang_major_version: null
4757
clang_repo_suffix: null
48-
runs-on: macos-latest
58+
runs-on: macos-12
59+
- cc: gcc-12
60+
cxx: g++-12
61+
clang_major_version: null
62+
clang_repo_suffix: null
63+
runs-on: macos-12
64+
- cc: clang
65+
cxx: clang++
66+
clang_major_version: null
67+
clang_repo_suffix: null
68+
runs-on: macos-11
69+
- cc: clang
70+
cxx: clang++
71+
clang_major_version: null
72+
clang_repo_suffix: null
73+
runs-on: macos-12
4974
steps:
5075
- name: Add Clang/LLVM repositories (Linux)
5176
if: "${{ runner.os == 'Linux' && contains(matrix.cxx, 'clang') }}"

0 commit comments

Comments
 (0)