Skip to content

Commit

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

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

0 comments on commit 4d0026f

Please sign in to comment.