Skip to content

Commit

Permalink
Don't run CI on intel macOS (#3900)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
3 people authored May 28, 2024
1 parent deb6870 commit 7f482b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
- runner: ubuntu-22.04
os: ubuntu-22.04
nix: x86_64-linux
- runner: macos-12
os: macos-12
nix: x86_64-darwin
- runner: MacM1
os: self-macos-12
nix: aarch64-darwin
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ jobs:
- runner: ubuntu-22.04
os: ubuntu-22.04
nix: x86_64-linux
- runner: macos-12
os: macos-12
nix: x86_64-darwin
- runner: MacM1
os: self-macos-12
nix: aarch64-darwin
Expand Down

0 comments on commit 7f482b0

Please sign in to comment.