Skip to content

Commit 4b56c30

Browse files
committed
CI: update image macos-13 (intel) to macos-15-intel
1 parent d7d42ee commit 4b56c30

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
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
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]
1414
build-type: [Release]
1515
runs-on: ${{matrix.runs-on}}
1616
steps:
@@ -130,7 +130,7 @@ jobs:
130130
strategy:
131131
fail-fast: false
132132
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]
134134
build-type: [Release]
135135
runs-on: ${{matrix.runs-on}}
136136
steps:
@@ -233,7 +233,7 @@ jobs:
233233
strategy:
234234
fail-fast: false
235235
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]
237237
build-type: [Release]
238238
runs-on: ${{matrix.runs-on}}
239239
steps:
@@ -275,7 +275,7 @@ jobs:
275275
strategy:
276276
fail-fast: false
277277
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]
279279
build-type: [Debug]
280280
continue-on-error: true
281281
if: false
@@ -317,7 +317,7 @@ jobs:
317317
strategy:
318318
fail-fast: false
319319
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]
321321
build-type: [Debug]
322322
continue-on-error: true
323323
if: false
@@ -380,17 +380,17 @@ jobs:
380380
chmod +x ez80-clang ez80-link
381381
zip ez80-clang-link_ubuntu_nightly.zip ez80-clang ez80-link
382382
rm ez80-clang ez80-link
383-
- name: Download macOS 13 ez80-clang
383+
- name: Download macOS 15 ez80-clang
384384
uses: actions/download-artifact@v4
385385
with:
386-
name: ez80-clang-macos-13Release
386+
name: ez80-clang-macos-15-intelRelease
387387
path: ${{github.workspace}}
388-
- name: Download macOS 13 ez80-link
388+
- name: Download macOS 15 ez80-link
389389
uses: actions/download-artifact@v4
390390
with:
391-
name: ez80-link-macos-13Release
391+
name: ez80-link-macos-15-intelRelease
392392
path: ${{github.workspace}}
393-
- name: chmod and zip macOS 13 intel Artifacts
393+
- name: chmod and zip macOS 15 intel Artifacts
394394
run: |
395395
chmod +x ez80-clang ez80-link
396396
zip ez80-clang-link_macOS_intel_nightly.zip ez80-clang ez80-link

0 commit comments

Comments
 (0)