Skip to content

Commit 81896ba

Browse files
committed
disable macos-latest for now
1 parent fa4b360 commit 81896ba

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ jobs:
6565

6666
strategy:
6767
matrix:
68-
sys:
69-
- { os: macos-latest, shell: bash }
68+
sys: # - { os: macos-latest, shell: bash }
7069
- { os: ubuntu-latest, shell: bash }
7170
- { os: windows-latest, shell: powershell }
7271
clojure:
@@ -110,8 +109,7 @@ jobs:
110109

111110
strategy:
112111
matrix:
113-
sys:
114-
- { os: macos-latest, shell: bash }
112+
sys: # - { os: macos-latest, shell: bash }
115113
- { os: ubuntu-latest, shell: bash }
116114
- { os: windows-latest, shell: powershell }
117115
defaults:

0 commit comments

Comments
 (0)