Skip to content

Commit 05fcdea

Browse files
GitHub Actions: bump macos version to 15
1 parent 1739d98 commit 05fcdea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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:
@@ -19,7 +19,7 @@ jobs:
1919

2020
build:
2121
needs: precheks
22-
runs-on: macos-14
22+
runs-on: macos-15
2323

2424
strategy:
2525
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:
@@ -23,7 +23,7 @@ jobs:
2323
host_name: "Linux"
2424
cmake_args: "-DDILIGENT_BUILD_CORE_TESTS=ON -DDILIGENT_EMSCRIPTEN_STRIP_DEBUG_INFO=ON"
2525

26-
- os: "macos-14"
26+
- os: "macos-15"
2727
host_name: "MacOS"
2828
cmake_args: "-DDILIGENT_BUILD_CORE_TESTS=ON -DDILIGENT_BUILD_CORE_INCLUDE_TEST=ON"
2929

0 commit comments

Comments
 (0)