We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175f726 commit 48a3377Copy full SHA for 48a3377
.github/workflows/pull-request.yml
@@ -23,12 +23,12 @@ jobs:
23
runs-on: ${{ matrix.os }}
24
strategy:
25
matrix:
26
- os: [macos-15-xlarge, ubuntu-24.04]
+ os: [macos-latest, ubuntu-24.04]
27
testName:
28
[cleanTestAndroidHostTest, macosArm64Test, iosSimulatorArm64Test]
29
exclude:
30
- testName: cleanTestAndroidHostTest
31
- os: macos-15-xlarge
+ os: macos-latest
32
- testName: macosArm64Test
33
os: ubuntu-24.04
34
- testName: iosSimulatorArm64Test
0 commit comments