Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Oct 9, 2024
1 parent a9b8f28 commit cf0d219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

jobs:
test:
runs-on: macos-14-xlarge
runs-on: macos-13-xlarge
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
- run: bash ./scripts/run_ci_tasks.sh -a

test-android-old-arch:
runs-on: macos-14-xlarge
runs-on: macos-13-xlarge
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
Expand Down

0 comments on commit cf0d219

Please sign in to comment.