From 9d0cc2bcd209a2642bc23c3bd3b82af4dce1288b Mon Sep 17 00:00:00 2001 From: nicholaslyang Date: Mon, 4 Nov 2024 14:09:20 -0500 Subject: [PATCH] trying to bump macos runner to 13 --- .github/workflows/lsp.yml | 4 ++-- .github/workflows/test-js-packages.yml | 2 +- .github/workflows/turborepo-test.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lsp.yml b/.github/workflows/lsp.yml index c586ab1b7e4c1..22567bcc1bdec 100644 --- a/.github/workflows/lsp.yml +++ b/.github/workflows/lsp.yml @@ -15,10 +15,10 @@ jobs: fail-fast: false matrix: settings: - - host: macos-12 + - host: macos-13 target: "x86_64-apple-darwin" container-options: "--rm" - - host: macos-12 + - host: macos-13 target: "aarch64-apple-darwin" container-options: "--rm" - host: ubuntu-latest diff --git a/.github/workflows/test-js-packages.yml b/.github/workflows/test-js-packages.yml index 2e4de376bec24..7f22b8cc9532f 100644 --- a/.github/workflows/test-js-packages.yml +++ b/.github/workflows/test-js-packages.yml @@ -68,7 +68,7 @@ jobs: - "x64" - "metal" - name: macos - runner: macos-12 + runner: macos-13 node-version: - 18 - 20 diff --git a/.github/workflows/turborepo-test.yml b/.github/workflows/turborepo-test.yml index abcfeb4c67b30..f505d66eddf44 100644 --- a/.github/workflows/turborepo-test.yml +++ b/.github/workflows/turborepo-test.yml @@ -116,7 +116,7 @@ jobs: matrix: os: - runner: ubuntu-latest - - runner: macos-12 + - runner: macos-13 - runner: windows-latest steps: # On Windows, set autocrlf to input so that when the repo is cloned down @@ -276,7 +276,7 @@ jobs: - "metal" nextest: linux - name: macos - runner: macos-12 + runner: macos-13 nextest: mac - name: windows runner: windows-latest