Skip to content

Commit

Permalink
trying to fix build by switching to macos15
Browse files Browse the repository at this point in the history
  • Loading branch information
Shchvova committed Jan 15, 2025
1 parent 9c7c33f commit 82683fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

native:
needs: source-code
runs-on: macos-14
runs-on: macos-15
steps:
- run: CDR="$(basename "$(pwd)")" ; cd .. ; rm -rf "$CDR" ; mkdir -p "$CDR" ; cd "$CDR"
- name: Get processed code
Expand All @@ -65,11 +65,11 @@ jobs:
name: Native
path: ./output

Xcode-template-matrix-14:
Xcode-template-matrix-15:
strategy:
matrix:
runner:
- macos-14
- macos-15
xcode:
- Xcode_16.2
- Xcode_16
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
collect-ios-templates:
needs:
- Xcode-template-matrix-13
- Xcode-template-matrix-14
- Xcode-template-matrix-15
runs-on: ubuntu-20.04
if: (! failure() && ! cancelled())
steps:
Expand Down

0 comments on commit 82683fe

Please sign in to comment.