|
12 | 12 | strategy: |
13 | 13 | fail-fast: false |
14 | 14 | matrix: |
15 | | - runs-on: [ubuntu-22.04, ubuntu-latest, macos-13, macos-14] |
| 15 | + runs-on: [ubuntu-22.04, ubuntu-latest, macos-15-intel, macos-14] |
16 | 16 | build-type: [Release] |
17 | 17 | runs-on: ${{matrix.runs-on}} |
18 | 18 | steps: |
@@ -132,7 +132,7 @@ jobs: |
132 | 132 | strategy: |
133 | 133 | fail-fast: false |
134 | 134 | matrix: |
135 | | - runs-on: [ubuntu-22.04, ubuntu-latest, macos-13, macos-14] |
| 135 | + runs-on: [ubuntu-22.04, ubuntu-latest, macos-15-intel, macos-14] |
136 | 136 | build-type: [Release] |
137 | 137 | runs-on: ${{matrix.runs-on}} |
138 | 138 | steps: |
@@ -235,7 +235,7 @@ jobs: |
235 | 235 | strategy: |
236 | 236 | fail-fast: false |
237 | 237 | matrix: |
238 | | - runs-on: [ubuntu-22.04, ubuntu-latest, macos-13, macos-14] |
| 238 | + runs-on: [ubuntu-22.04, ubuntu-latest, macos-15-intel, macos-14] |
239 | 239 | build-type: [Release] |
240 | 240 | runs-on: ${{matrix.runs-on}} |
241 | 241 | steps: |
@@ -277,7 +277,7 @@ jobs: |
277 | 277 | strategy: |
278 | 278 | fail-fast: false |
279 | 279 | matrix: |
280 | | - runs-on: [ubuntu-22.04, ubuntu-latest, macos-13, macos-14] |
| 280 | + runs-on: [ubuntu-22.04, ubuntu-latest, macos-15-intel, macos-14] |
281 | 281 | build-type: [Debug] |
282 | 282 | continue-on-error: true |
283 | 283 | if: false |
@@ -319,7 +319,7 @@ jobs: |
319 | 319 | strategy: |
320 | 320 | fail-fast: false |
321 | 321 | matrix: |
322 | | - runs-on: [ubuntu-22.04, ubuntu-latest, macos-13, macos-14] |
| 322 | + runs-on: [ubuntu-22.04, ubuntu-latest, macos-15-intel, macos-14] |
323 | 323 | build-type: [Debug] |
324 | 324 | continue-on-error: true |
325 | 325 | if: false |
@@ -382,17 +382,17 @@ jobs: |
382 | 382 | chmod +x ez80-clang ez80-link |
383 | 383 | zip ez80-clang-link_ubuntu_nightly.zip ez80-clang ez80-link |
384 | 384 | rm ez80-clang ez80-link |
385 | | - - name: Download macOS 13 ez80-clang |
| 385 | + - name: Download macOS 15 ez80-clang |
386 | 386 | uses: actions/download-artifact@v4 |
387 | 387 | with: |
388 | | - name: ez80-clang-macos-13Release |
| 388 | + name: ez80-clang-macos-15-intelRelease |
389 | 389 | path: ${{github.workspace}} |
390 | | - - name: Download macOS 13 ez80-link |
| 390 | + - name: Download macOS 15 ez80-link |
391 | 391 | uses: actions/download-artifact@v4 |
392 | 392 | with: |
393 | | - name: ez80-link-macos-13Release |
| 393 | + name: ez80-link-macos-15-intelRelease |
394 | 394 | path: ${{github.workspace}} |
395 | | - - name: chmod and zip macOS 13 intel Artifacts |
| 395 | + - name: chmod and zip macOS 15 intel Artifacts |
396 | 396 | run: | |
397 | 397 | chmod +x ez80-clang ez80-link |
398 | 398 | zip ez80-clang-link_macOS_intel_nightly.zip ez80-clang ez80-link |
|
0 commit comments