File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change 1919# macos-13-xcode-14-arm64,
2020 macos-13-xcode-15-x86_64,
2121# macos-13-xcode-15-arm64,
22- macos-14-xcode-16-x86_64
23- # macos-14-xcode-16-arm64
22+ # macos-14-xcode-16-x86_64
23+ macos-14-xcode-16-arm64
2424 ]
2525 config : [Debug, Release]
2626 include :
@@ -48,17 +48,17 @@ jobs:
4848# version: "15.2"
4949# architecture: arm64
5050
51- - name : macos-14-xcode-16-x86_64
52- os : macos-14
53- compiler : xcode
54- version : " 15.4"
55- architecture : x86_64
56-
57- # - name: macos-14-xcode-16-arm64
51+ # - name: macos-14-xcode-16-x86_64
5852# os: macos-14
5953# compiler: xcode
6054# version: "15.4"
61- # architecture: arm64
55+ # architecture: x86_64
56+
57+ - name : macos-14-xcode-16-arm64
58+ os : macos-14
59+ compiler : xcode
60+ version : " 15.4"
61+ architecture : arm64
6262
6363 steps :
6464 - uses : actions/checkout@v4
6767 run : |
6868 brew install ninja
6969 brew install doxygen graphviz
70- arch -${{matrix.architecture}} brew install icu4c
71- arch -${{matrix.architecture}} brew install sqlite
70+ brew install icu4c
71+ brew install sqlite
7272
7373 if [ "${{matrix.compiler}}" = "xcode" ]; then
7474 ls -ls /Applications/
7777 echo "CXX=clang++" >> $GITHUB_ENV
7878 fi
7979
80- brew --prefix sqlite
81-
8280 - name : Create Build Environment
8381 run : cmake -E make_directory ${{runner.workspace}}/build
8482
You can’t perform that action at this time.
0 commit comments