Skip to content

Commit 68679b6

Browse files
thewtexiMichka
authored andcommitted
ci: explicitly specify macos runner version
The castxml binary is for Intel macOS -> point to macos-12.
1 parent 4674261 commit 68679b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
castxml-epic: 1
6565
cppstd: "-std=c++11"
6666

67-
- os: macos-latest
67+
- os: macos-12
6868
compiler: xcode
6969
version: "default"
7070
python-version: "3.8"
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
wget -q -O - https://data.kitware.com/api/v1/file/hashsum/sha512/bdbb67a10c5f8d1b738cd19cb074f409d4803e8077cb8c1072ef4eaf738fa871a73643f9c8282d58cae28d188df842c82ad6620b6d590b0396a0172a27438dce/download | tar zxf - -C ~/
9292
- name: Setup castxml for Mac
93-
if: matrix.os == 'macos-latest'
93+
if: matrix.os == 'macos-12'
9494
run: |
9595
wget -q -O - https://data.kitware.com/api/v1/file/hashsum/sha512/5d937e938f7b882a3a3e7941e68f8312d0898aaf2082e00003dd362b1ba70b98b0a08706a1be28e71652a6a0f1e66f89768b5eaa20e5a100592d5b3deefec3f0/download | tar zxf - -C ~/
9696
- name: Setup castxml config

0 commit comments

Comments
 (0)