From 708eb9f93be11136ae25e64a24054f1216fb4ebe Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Tue, 11 Jun 2024 17:14:20 -0700 Subject: [PATCH] Remove macos runner --- .github/workflows/build.yml | 12 ++++++------ .github/workflows/pr-check.yml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9e1ac1826f5..76751f03a6c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,12 +68,12 @@ jobs: # - os: ubuntu-latest # target: arm-unknown-linux-gnueabihf # vsix-target: linux-armhf - - os: macos-latest - target: x86_64-apple-darwin - vsix-target: darwin-x64 - - os: macos-14 - target: aarch64-apple-darwin - vsix-target: darwin-arm64 + # - os: macos-latest + # target: x86_64-apple-darwin + # vsix-target: darwin-x64 + # - os: macos-14 + # target: aarch64-apple-darwin + # vsix-target: darwin-arm64 - os: ubuntu-latest target: x86_64-unknown-linux-musl vsix-target: alpine-x64 diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 0efd568e0346..24f589295ab8 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -41,12 +41,12 @@ jobs: # - os: ubuntu-latest # target: arm-unknown-linux-gnueabihf # vsix-target: linux-armhf - - os: macos-latest - target: x86_64-apple-darwin - vsix-target: darwin-x64 - - os: macos-14 - target: aarch64-apple-darwin - vsix-target: darwin-arm64 + # - os: macos-latest + # target: x86_64-apple-darwin + # vsix-target: darwin-x64 + # - os: macos-14 + # target: aarch64-apple-darwin + # vsix-target: darwin-arm64 - os: ubuntu-latest target: x86_64-unknown-linux-musl vsix-target: alpine-x64