Skip to content

Commit

Permalink
GHA: use macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Jan 4, 2025
1 parent c92ab0f commit 4a242e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
precheks:
name: MacOS -> Pre-Checks
runs-on: macos-14
runs-on: macos-15

steps:
- name: Clone DiligentCore
Expand All @@ -27,7 +27,7 @@ jobs:

build:
needs: precheks
runs-on: macos-14
runs-on: macos-15

strategy:
matrix:
Expand All @@ -37,7 +37,7 @@ jobs:
include:
# For some reason AVX2 causes invalid instruction exception on CI, so disable it
- platform: "MacOS"
cmake_args: "-DDILIGENT_CLANG_RELEASE_COMPILE_OPTIONS=\"\""
cmake_args: "-DDILIGENT_CLANG_RELEASE_COMPILE_OPTIONS=\"\" -DDILIGENT_CLANG_COMPILE_OPTIONS=\"\""
# Do not build GLSLang and friends to save time as it is built by the Core and Engine CI.
- platform: "iOS"
cmake_args: "-DDILIGENT_NO_GLSLANG=ON -DDILIGENT_NO_HLSL=ON"
Expand Down

0 comments on commit 4a242e1

Please sign in to comment.