Skip to content

Commit

Permalink
lower end android on x86_64 + llvm-cov on macos-15-large
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus authored Nov 5, 2024
1 parent 76e1da8 commit 31cf4fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
SYSTEM_VERSION_COMPAT: 0
CMAKE_DEFINES: -DCMAKE_OSX_ARCHITECTURES=arm64;x86_64
- name: macOS (clang + asan + llvm-cov)
os: macos-15
os: macos-15-large
CC: clang
CXX: clang++
ERROR_ON_WARNINGS: 1
Expand All @@ -103,7 +103,7 @@ jobs:
os: macos-15-large
ANDROID_API: 19
ANDROID_NDK: 23.2.8568313
ANDROID_ARCH: x86
ANDROID_ARCH: x86_64
- name: Android (latest API/NDK)
os: macos-15-large
ANDROID_API: 35
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
run: echo $(brew --prefix llvm@15)/bin >> $GITHUB_PATH

- name: Expose llvm@18 PATH for Mac
if: ${{ runner.os == 'macOS' && matrix.os == 'macos-15' }}
if: ${{ runner.os == 'macOS' && matrix.os == 'macos-15-large' && matrix.RUN_ANALYZER == 'asan,llvm-cov' }}
run: echo $(brew --prefix llvm@18)/bin >> $GITHUB_PATH

- name: Installing LLVM-MINGW Dependencies
Expand Down

0 comments on commit 31cf4fa

Please sign in to comment.