Skip to content

Commit 7f482b0

Browse files
Baltoligeo2ajberthold
authored
Don't run CI on intel macOS (#3900)
We are dropping support for intel macOS across the K ecosystem; supporting these machines slows build times down substantially in some places, and we don't have any core developers left using them. Part of: runtimeverification/k#4368 Co-authored-by: Georgy Lukyanov <[email protected]> Co-authored-by: Jost Berthold <[email protected]>
1 parent deb6870 commit 7f482b0

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
- runner: ubuntu-22.04
4747
os: ubuntu-22.04
4848
nix: x86_64-linux
49-
- runner: macos-12
50-
os: macos-12
51-
nix: x86_64-darwin
5249
- runner: MacM1
5350
os: self-macos-12
5451
nix: aarch64-darwin

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ jobs:
7878
- runner: ubuntu-22.04
7979
os: ubuntu-22.04
8080
nix: x86_64-linux
81-
- runner: macos-12
82-
os: macos-12
83-
nix: x86_64-darwin
8481
- runner: MacM1
8582
os: self-macos-12
8683
nix: aarch64-darwin

0 commit comments

Comments
 (0)