Skip to content

Commit

Permalink
Pin GitHub Actions to use macOS 13
Browse files Browse the repository at this point in the history
`macos-latest` uses macOS 14 now which appears to have an issue starting the Android emulator.

See ReactiveCircus/android-emulator-runner#392 (comment)
  • Loading branch information
kruton committed May 15, 2024
1 parent a17943f commit ebb40b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build:
name: Build and test
runs-on: macos-latest
runs-on: macos-13 # emulator never starts on macOS 14 https://github.com/ReactiveCircus/android-emulator-runner/issues/392#issuecomment-2106167725

steps:
- name: Checkout (with history)
Expand Down

0 comments on commit ebb40b9

Please sign in to comment.