We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93474b3 + 715b6d0 commit d780c74Copy full SHA for d780c74
.github/workflows/ContinuousIntegration.yml
@@ -12,14 +12,14 @@ on:
12
branches: 'master'
13
14
# ubuntu-22.04 is x64
15
-# macos-13 is intel
16
-# macos-14 is arm64 (M1) - currently disabled (numpy install issue)
+# macos-13 is intel - currently disabled (g++-12 not found)
+# macos-14 is arm64 (M1) - currently disabled (g++-12 not found)
17
jobs:
18
build:
19
runs-on: ${{matrix.os}}
20
strategy:
21
matrix:
22
- os: [ ubuntu-22.04, macos-13, macos-14 ]
+ os: [ ubuntu-22.04 ]
23
cxx: [ clang++, g++-12 ]
24
build_type: [ Debug, Release ]
25
0 commit comments