Skip to content

Commit cd85711

Browse files
committed
Revert "disable macos-latest for now"
This reverts commit 81896ba.
1 parent f2f2cf4 commit cd85711

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

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

6666
strategy:
6767
matrix:
68-
sys: # - { os: macos-latest, shell: bash }
68+
sys:
69+
- { os: macos-latest, shell: bash }
6970
- { os: ubuntu-latest, shell: bash }
7071
- { os: windows-latest, shell: powershell }
7172
clojure:
@@ -109,7 +110,8 @@ jobs:
109110

110111
strategy:
111112
matrix:
112-
sys: # - { os: macos-latest, shell: bash }
113+
sys:
114+
- { os: macos-latest, shell: bash }
113115
- { os: ubuntu-latest, shell: bash }
114116
- { os: windows-latest, shell: powershell }
115117
defaults:

0 commit comments

Comments
 (0)