Skip to content

Commit bfc986b

Browse files
authored
Merge pull request #17 from DeterminateSystems/release-v3.1.1/9c446d0c-9d8a-48d5-89d7-eee8bc1fdf33
Release v3.1.1
2 parents 10e8034 + c648c52 commit bfc986b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'

.version-determinate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.1.1

0 commit comments

Comments
 (0)