Skip to content

Commit 9776f05

Browse files
authored
Merge pull request #577 from ocaml-multicore/update-macosx-intel
Switch macOS intel workflows from retired macos-13 to macos-15-intel
2 parents 7010fe5 + af37d81 commit 9776f05

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/macosx-intel-530-trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
build:
1515
uses: ./.github/workflows/common.yml
1616
with:
17-
runs_on: 'macos-13'
17+
runs_on: 'macos-15-intel'
1818
platform: macos
1919
compiler_ref: refs/heads/5.3

.github/workflows/macosx-intel-540-trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
build:
1515
uses: ./.github/workflows/common.yml
1616
with:
17-
runs_on: 'macos-13'
17+
runs_on: 'macos-15-intel'
1818
platform: macos
1919
compiler_ref: refs/heads/5.4

.github/workflows/macosx-intel-550-trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
build:
1515
uses: ./.github/workflows/common.yml
1616
with:
17-
runs_on: 'macos-13'
17+
runs_on: 'macos-15-intel'
1818
platform: macos
1919
compiler_ref: refs/heads/trunk

0 commit comments

Comments
 (0)