Skip to content

Commit c1aedf8

Browse files
GitHub Actions: bump macos version to 15
1 parent c5ccf60 commit c1aedf8

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/build-apple.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
precheks:
7-
runs-on: macos-14
7+
runs-on: macos-15
88
name: MacOS -> Pre-Checks
99

1010
steps:
@@ -36,7 +36,7 @@ jobs:
3636

3737
build:
3838
needs: precheks
39-
runs-on: macos-14
39+
runs-on: macos-15
4040

4141
strategy:
4242
matrix:

.github/workflows/build-emscripten.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
os: ["windows-latest", "ubuntu-24.04", "macos-14"]
9+
os: ["windows-latest", "ubuntu-24.04", "macos-15"]
1010
build_type: ["Debug", "Release"]
1111

1212
exclude:
1313
# Exclude MacOS-Release
14-
- os: "macos-14"
14+
- os: "macos-15"
1515
build_type: "Release"
1616

1717
include:
@@ -30,7 +30,7 @@ jobs:
3030
host_name: "Linux"
3131
cmake_args: "-DDILIGENT_EMSCRIPTEN_STRIP_DEBUG_INFO=ON -DDILIGENT_EMSCRIPTEN_INCLUDE_COI_SERVICE_WORKER=ON"
3232

33-
- os: "macos-14"
33+
- os: "macos-15"
3434
host_name: "MacOS"
3535
cmake_args: "-DDILIGENT_EMSCRIPTEN_STRIP_DEBUG_INFO=ON"
3636

0 commit comments

Comments
 (0)