Skip to content

Commit

Permalink
Test: macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
glx22 committed Dec 19, 2024
1 parent 07fb13c commit 30ea161
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ concurrency:

jobs:
emscripten:
if: false
name: Emscripten

uses: ./.github/workflows/ci-emscripten.yml
secrets: inherit

linux:
if: false
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -76,6 +78,7 @@ jobs:
extra-cmake-parameters: ${{ matrix.extra-cmake-parameters }}

windows:
if: false
strategy:
fail-fast: false
matrix:
Expand All @@ -94,10 +97,10 @@ jobs:
check_annotations:
name: Check Annotations
needs:
- emscripten
- linux
#- emscripten
#- linux
- macos
- windows
#- windows

if: always() && github.event_name == 'pull_request'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
macos:
name: CI

runs-on: macos-latest
runs-on: macos-15
env:
MACOSX_DEPLOYMENT_TARGET: 10.13

Expand Down

0 comments on commit 30ea161

Please sign in to comment.