Skip to content

Commit

Permalink
chore(ci): update xcode version for pull request push
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrechette authored Jul 6, 2024
1 parent 4d0026f commit 5fb697e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,11 @@ jobs:
with:
args: 'python3 make.py -ci -compiler ${{ matrix.compiler }} -config Release -cpu x64 -unit_test'

osx-11:
runs-on: macos-11
osx-12:
runs-on: macos-12
strategy:
matrix:
compiler: [xcode12, xcode13]
compiler: [xcode13]
steps:
- name: Git checkout
uses: actions/checkout@v3
Expand All @@ -259,11 +259,11 @@ jobs:
- name: Building for iOS (release-arm64)
run: python3 make.py -ci -compiler ios -config Release -build

osx-12:
runs-on: macos-12
osx-14:
runs-on: macos-14
strategy:
matrix:
compiler: [xcode14]
compiler: [xcode14, xcode15]
steps:
- name: Git checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 5fb697e

Please sign in to comment.