Skip to content

Commit

Permalink
ci: Update Android test runner to macOS 13
Browse files Browse the repository at this point in the history
Attempt to resolve indefinitely hanging Android E2E test tasks.
  • Loading branch information
dcalhoun committed Nov 5, 2024
1 parent b15b8bf commit a4c844d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rnmobile-android-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
test:
runs-on: macos-12
runs-on: macos-13
if: ${{ github.repository == 'WordPress/gutenberg' || github.event_name == 'pull_request' }}
strategy:
matrix:
Expand Down

0 comments on commit a4c844d

Please sign in to comment.