Skip to content

Commit

Permalink
Update Android CI macOS version to 12 (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb authored Jun 24, 2024
1 parent a31348b commit 47e25d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -619,11 +619,11 @@ jobs:
- run-on-os: ubuntu-20.04
target: x86
api-version: 30
- run-on-os: macos-11
- run-on-os: macos-12
target: arm64-v8a
cmake_configure: "-DCMAKE_OSX_ARCHITECTURES=arm64"
api-version: 30
- run-on-os: macos-11
- run-on-os: macos-12
target: x86_64
cmake_configure: "-DCMAKE_OSX_ARCHITECTURES=x86_64"
api-version: 30
Expand Down

0 comments on commit 47e25d4

Please sign in to comment.