From 4a667d4459c74c070faee4509be875bf5337a4ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 13:31:06 +0000 Subject: [PATCH 1/3] Prepare release v3.1.1 From 3b72727be0e9f290e8c7ecb816a561122b45d058 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 13:31:09 +0000 Subject: [PATCH 2/3] Set .version-determinate to 3.1.1 --- .version-determinate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version-determinate b/.version-determinate index fd2a01863..94ff29cc4 100644 --- a/.version-determinate +++ b/.version-determinate @@ -1 +1 @@ -3.1.0 +3.1.1 From c648c52392be46241df8484e128dceee45fb5dba Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 28 Mar 2025 07:22:21 -0700 Subject: [PATCH 3/3] ci: make macos runners larger --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 443664e49..b1fefc8df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,12 +40,12 @@ jobs: if: github.event_name == 'merge_group' uses: ./.github/workflows/build.yml with: - os: macos-13 + os: macos-latest-large build_aarch64-darwin: uses: ./.github/workflows/build.yml with: - os: macos-latest + os: macos-latest-xlarge test_x86_64-linux: uses: ./.github/workflows/test.yml @@ -65,14 +65,14 @@ jobs: uses: ./.github/workflows/test.yml needs: build_aarch64-darwin with: - os: macos-13 + os: macos-latest-large test_aarch64-darwin: if: github.event_name == 'merge_group' uses: ./.github/workflows/test.yml needs: build_aarch64-darwin with: - os: macos-latest + os: macos-latest-xlarge vm_tests_smoke: if: github.event_name != 'merge_group'