Skip to content
Snippets Groups Projects
Verified Commit 200ea8ac authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

pause mac on gh action

parent 442fa54d
No related branches found
No related tags found
No related merge requests found
...@@ -15,11 +15,11 @@ jobs: ...@@ -15,11 +15,11 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
version: version:
- '1.5' - '1.5'
- '1' - '1'
os: os:
- ubuntu-latest - ubuntu-latest
- macOS-latest #- macOS-latest
- windows-latest - windows-latest
arch: arch:
- x64 - x64
...@@ -34,4 +34,4 @@ jobs: ...@@ -34,4 +34,4 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1 - uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1 - uses: codecov/codecov-action@v1
with: with:
file: lcov.info file: lcov.info
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment