Skip to content

Commit

Permalink
Update MacOS runner from 11 to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Dec 22, 2024
1 parent 14da67b commit 4072ad9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-macos-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build-android:
name: ${{ matrix.ndk-arch }} on ${{ matrix.arch }} Android
runs-on: macos-11
runs-on: macos-13
strategy:
matrix:
ndk-arch: [x86_64]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11]
os: [macos-13]
env:
CMAKE_BUILD_PARALLEL_LEVEL: 2
HOMEBREW_NO_AUTO_UPDATE: 1
Expand All @@ -21,7 +21,7 @@ jobs:
run: |
mkdir build
cd build
xcversion select 11.7
xcodes select 14.1
cmake -DCMAKE_XCODE_BUILD_SYSTEM=1 ..
- name: Build
run: |
Expand Down

0 comments on commit 4072ad9

Please sign in to comment.