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