Skip to content

Commit

Permalink
test(ci): upgrade macOS runner to M1 & macOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
david-allison committed Jan 31, 2024
1 parent 0f95d22 commit 671e84f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests_emulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ concurrency:
jobs:
emulator_test:
name: Android Emulator Test
# macos-14 is blocked on https://github.com/ReactiveCircus/android-emulator-runner/issues/350
runs-on: macos-latest
timeout-minutes: 75
strategy:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
# macOS 14 is in beta and runs on Apple Silicon [M1]
os: [ubuntu-latest, macos-14, windows-latest]
runs-on: ${{ matrix.os }}
#env:
# CODACY_TOKEN: ${{ secrets.CODACY_TOKEN }}
Expand Down

0 comments on commit 671e84f

Please sign in to comment.