Skip to content

Commit c989f14

Browse files
committed
macos 13 for x86_64
1 parent fe388ed commit c989f14

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,11 @@ jobs:
132132

133133
# MACOS
134134
- os: macos-13
135-
arch: x86_64
136135
compiler: clang++
137136
python-version: "3.13"
138137
castxml-epic: 0
139138

140139
- os: macos-15
141-
arch: arm64
142140
compiler: clang++
143141
python-version: "3.13"
144142
castxml-epic: 0
@@ -185,17 +183,17 @@ jobs:
185183
186184
# ─── Setup CastXML for MacOS ──────────────────────────────
187185
- name: Setup CastXML for macOS (arm64)
188-
if: matrix.os == 'macos-15' && matrix.arch == 'arm64'
186+
if: matrix.os == 'macos-15'
189187
run: |
190188
wget -q -O ~/castxml-macos-15-arm64.tar.gz https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.11.post1/castxml-macos-15-arm64.tar.gz
191189
tar -xzf ~/castxml-macos-15-arm64.tar.gz -C ~/
192190
chmod +x ~/castxml/bin/castxml
193191
194192
- name: Setup CastXML for macOS (x86_64)
195-
if: matrix.os == 'macos-13' && matrix.arch == 'x86_64'
193+
if: matrix.os == 'macos-13'
196194
run: |
197-
wget -q -O ~/castxml-macos-15-x86_64.tar.gz https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.11.post1/castxml-macos-15-x86_64.tar.gz
198-
tar -xzf ~/castxml-macos-15-x86_64.tar.gz -C ~/
195+
wget -q -O ~/castxml-macos-13-x86_64.tar.gz https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.11.post1/castxml-macos-13-x86_64.tar.gz
196+
tar -xzf ~/castxml-macos-13-x86_64.tar.gz -C ~/
199197
chmod +x ~/castxml/bin/castxml
200198
201199
- name: Run tests

0 commit comments

Comments
 (0)