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