Skip to content

Commit

Permalink
Remove macos-xlarge
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 16, 2024
1 parent 3746c2b commit af2da51
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 42 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
# - { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: armv7 }
# - { os: ubuntu-22.04, compiler: ndk-26.3.11579264, host-profile: x86 }
# - { os: macos-13, compiler: ndk-26.3.11579264, host-profile: armv8 }
- { os: macos-13-xlarge, compiler: ndk-26.3.11579264, host-profile: armv8 }
# - { os: macos-13, compiler: ndk-26.3.11579264, host-profile: x86_64 }
# - { os: macos-13, compiler: ndk-26.3.11579264, host-profile: armv7 }
# - { os: macos-13, compiler: ndk-26.3.11579264, host-profile: x86 }
Expand All @@ -76,10 +75,6 @@ jobs:
uses: android-actions/setup-android@v3
with:
packages: 'ndk;26.3.11579264'
- run: ls $ANDROID_HOME/ndk/26.3.11579264/toolchains/llvm/prebuilt
if: matrix.config.os == 'macos-13-xlarge'
- run: ls $ANDROID_HOME/ndk/26.3.11579264/toolchains/llvm/prebuilt/*/bin
if: matrix.config.os == 'macos-13-xlarge'

- name: expand ANDROID_HOME env var in conan profile
if: startsWith(matrix.config.compiler, 'ndk-')
Expand Down

0 comments on commit af2da51

Please sign in to comment.