Skip to content

Commit dc0f841

Browse files
committed
CI: update image macos-13 (intel) to macos-15-intel
1 parent ae7f001 commit dc0f841

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
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]
1616
build-type: [Release]
1717
runs-on: ${{matrix.runs-on}}
1818
steps:
@@ -132,7 +132,7 @@ jobs:
132132
strategy:
133133
fail-fast: false
134134
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]
136136
build-type: [Release]
137137
runs-on: ${{matrix.runs-on}}
138138
steps:
@@ -235,7 +235,7 @@ jobs:
235235
strategy:
236236
fail-fast: false
237237
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]
239239
build-type: [Release]
240240
runs-on: ${{matrix.runs-on}}
241241
steps:
@@ -277,7 +277,7 @@ jobs:
277277
strategy:
278278
fail-fast: false
279279
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]
281281
build-type: [Debug]
282282
continue-on-error: true
283283
if: false
@@ -319,7 +319,7 @@ jobs:
319319
strategy:
320320
fail-fast: false
321321
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]
323323
build-type: [Debug]
324324
continue-on-error: true
325325
if: false
@@ -382,17 +382,17 @@ jobs:
382382
chmod +x ez80-clang ez80-link
383383
zip ez80-clang-link_ubuntu_nightly.zip ez80-clang ez80-link
384384
rm ez80-clang ez80-link
385-
- name: Download macOS 13 ez80-clang
385+
- name: Download macOS 15 ez80-clang
386386
uses: actions/download-artifact@v4
387387
with:
388-
name: ez80-clang-macos-13Release
388+
name: ez80-clang-macos-15-intelRelease
389389
path: ${{github.workspace}}
390-
- name: Download macOS 13 ez80-link
390+
- name: Download macOS 15 ez80-link
391391
uses: actions/download-artifact@v4
392392
with:
393-
name: ez80-link-macos-13Release
393+
name: ez80-link-macos-15-intelRelease
394394
path: ${{github.workspace}}
395-
- name: chmod and zip macOS 13 intel Artifacts
395+
- name: chmod and zip macOS 15 intel Artifacts
396396
run: |
397397
chmod +x ez80-clang ez80-link
398398
zip ez80-clang-link_macOS_intel_nightly.zip ez80-clang ez80-link

0 commit comments

Comments
 (0)