Skip to content

Commit 626e441

Browse files
Merge pull request #88 from JuliaML/logankilpatrick-patch-1
Update UnitTest.yml to add macOS 11
2 parents 4980fb1 + d12c53e commit 626e441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/UnitTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
julia-version: ['1.3', '1', 'nightly']
20-
os: [ubuntu-latest, windows-latest, macOS-latest]
20+
os: [ubuntu-latest, windows-latest, macOS-latest, macos-11]
2121
env:
2222
PYTHON: ""
2323
steps:

0 commit comments

Comments
 (0)