Skip to content

Commit 6b8eb30

Browse files
committed
Remove MacOS tests
These tests have not been consistently passing for some reason. I currently do not have time to maintain the MacOS platform, so I will be removing them from CI. Maintenance of this platform and fixing tests is welcome to be taken up by another individual.
1 parent 01babd0 commit 6b8eb30

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.github/workflows/ci.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
with:
1414
os: ubuntu-22.04
1515

16-
stack-macos:
17-
name: Stack macOS
18-
uses: ./.github/workflows/stack.yml
19-
with:
20-
os: macos-latest
16+
# stack-macos:
17+
# name: Stack macOS
18+
# uses: ./.github/workflows/stack.yml
19+
# with:
20+
# os: macos-latest
2121

2222
stack-windows:
2323
name: Stack Windows
@@ -32,8 +32,8 @@ jobs:
3232
with:
3333
os: ubuntu-22.04
3434

35-
nix-macos:
36-
name: Nix macOS
37-
uses: ./.github/workflows/nix.yml
38-
with:
39-
os: macos-latest
35+
# nix-macos:
36+
# name: Nix macOS
37+
# uses: ./.github/workflows/nix.yml
38+
# with:
39+
# os: macos-latest

.github/workflows/nix-agda.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ 'macos-latest' , 'ubuntu-22.04']
19+
os:
20+
# - 'macos-latest'
21+
- 'ubuntu-22.04'
2022

2123
name: Nix Agda
2224
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)