Use macos-26-xlarge runner, update actions to resolve caching issues (#9411)

* use xlarge runner for macos build

* try and fix yarn cache

* update actions/cache for pods step

* use expo github action main rather than v8

* update all actions to the same

* use yarn cache where missing
This commit is contained in:
Samuel Newman
2025-11-20 20:07:38 +02:00
committed by GitHub
parent 13c4ef83f1
commit 31fac4a62b
14 changed files with 55 additions and 52 deletions
@@ -22,7 +22,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v1