File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
4040 if : github.event_name == 'merge_group'
4141 uses : ./.github/workflows/build.yml
4242 with :
43- os : macos-13
43+ os : macos-latest-large
4444
4545 build_aarch64-darwin :
4646 uses : ./.github/workflows/build.yml
4747 with :
48- os : macos-latest
48+ os : macos-latest-xlarge
4949
5050 test_x86_64-linux :
5151 uses : ./.github/workflows/test.yml
@@ -65,14 +65,14 @@ jobs:
6565 uses : ./.github/workflows/test.yml
6666 needs : build_aarch64-darwin
6767 with :
68- os : macos-13
68+ os : macos-latest-large
6969
7070 test_aarch64-darwin :
7171 if : github.event_name == 'merge_group'
7272 uses : ./.github/workflows/test.yml
7373 needs : build_aarch64-darwin
7474 with :
75- os : macos-latest
75+ os : macos-latest-xlarge
7676
7777 vm_tests_smoke :
7878 if : github.event_name != 'merge_group'
Original file line number Diff line number Diff line change 1- 3.1.0
1+ 3.1.1
You can’t perform that action at this time.
0 commit comments