Skip to content

Commit 9d33853

Browse files
authored
Remove macos runner (#23598)
1 parent 4ee0a0d commit 9d33853

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ jobs:
6868
# - os: ubuntu-latest
6969
# target: arm-unknown-linux-gnueabihf
7070
# vsix-target: linux-armhf
71-
- os: macos-latest
72-
target: x86_64-apple-darwin
73-
vsix-target: darwin-x64
74-
- os: macos-14
75-
target: aarch64-apple-darwin
76-
vsix-target: darwin-arm64
71+
# - os: macos-latest
72+
# target: x86_64-apple-darwin
73+
# vsix-target: darwin-x64
74+
# - os: macos-14
75+
# target: aarch64-apple-darwin
76+
# vsix-target: darwin-arm64
7777
- os: ubuntu-latest
7878
target: x86_64-unknown-linux-musl
7979
vsix-target: alpine-x64

.github/workflows/pr-check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
# - os: ubuntu-latest
4242
# target: arm-unknown-linux-gnueabihf
4343
# vsix-target: linux-armhf
44-
- os: macos-latest
45-
target: x86_64-apple-darwin
46-
vsix-target: darwin-x64
47-
- os: macos-14
48-
target: aarch64-apple-darwin
49-
vsix-target: darwin-arm64
44+
# - os: macos-latest
45+
# target: x86_64-apple-darwin
46+
# vsix-target: darwin-x64
47+
# - os: macos-14
48+
# target: aarch64-apple-darwin
49+
# vsix-target: darwin-arm64
5050
- os: ubuntu-latest
5151
target: x86_64-unknown-linux-musl
5252
vsix-target: alpine-x64

0 commit comments

Comments
 (0)