File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 - os : macos-13
135135 arch : x86_64
136136 compiler : clang++
137- python-version : " 3.8 "
137+ python-version : " 3.13 "
138138 castxml-epic : 0
139139
140140 - os : macos-15
@@ -184,14 +184,14 @@ jobs:
184184 chmod +x ~/castxml/bin/castxml
185185
186186 # ─── Setup CastXML for MacOS ──────────────────────────────
187- - name : Setup CastXML for Linux x86_64 (Ubuntu 24.04 )
187+ - name : Setup CastXML for macOS (arm64 )
188188 if : matrix.os == 'macos-15' && matrix.arch == 'arm64'
189189 run : |
190- wget -q -O ~/castxml-ubuntu-24.04-arm-aarch64 .tar.gz https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.11.post1/castxml-ubuntu-24.04-arm-aarch64 .tar.gz
191- tar -xzf ~/castxml-ubuntu-24.04-arm-aarch64 .tar.gz -C ~/
190+ 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
191+ tar -xzf ~/castxml-macos-15-arm64 .tar.gz -C ~/
192192 chmod +x ~/castxml/bin/castxml
193193
194- - name : Setup CastXML for Linux x86_64 (Ubuntu 22.04 )
194+ - name : Setup CastXML for macOS (x86_64 )
195195 if : matrix.os == 'macos-13' && matrix.arch == 'x86_64'
196196 run : |
197197 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
You can’t perform that action at this time.
0 commit comments