Skip to content

Commit

Permalink
Try newer runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Jul 4, 2024
1 parent 46a6291 commit 2cbb4cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
android:
runs-on: macos-13-xlarge
runs-on: macos-14-xlarge
timeout-minutes: 10
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Run CI
run: bash ./scripts/run_ci_tasks.sh -a
ios:
runs-on: macos-13-xlarge
runs-on: macos-14-xlarge
timeout-minutes: 10
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
Expand Down

0 comments on commit 2cbb4cc

Please sign in to comment.