Skip to content

Commit

Permalink
CI: skip entirely macos
Browse files Browse the repository at this point in the history
apparently it's not available at all?!
  • Loading branch information
reynir committed Sep 9, 2024
1 parent 20d9b0c commit 67e17d1
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ jobs:
fail-fast: false
matrix:
ocaml-version: [ '4.13.1', '4.10.0', '4.08.1' ]
operating-system: [macos-latest, ubuntu-latest, windows-latest]
exclude:
- operating-system: macos-latest
ocaml-version: '4.08.1'
operating-system: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: avsm/setup-ocaml@v1
Expand All @@ -29,10 +26,7 @@ jobs:
fail-fast: false
matrix:
ocaml-version: [ '4.13.1', '4.10.0', '4.08.1' ]
operating-system: [macos-latest, ubuntu-latest, windows-latest]
exclude:
- operating-system: macos-latest
ocaml-version: '4.08.1'
operating-system: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: avsm/setup-ocaml@v1
Expand All @@ -50,10 +44,7 @@ jobs:
fail-fast: false
matrix:
ocaml-version: [ '4.13.1', '4.10.0', '4.08.1' ]
operating-system: [macos-latest, ubuntu-latest]
exclude:
- operating-system: macos-latest
ocaml-version: '4.08.1'
operating-system: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: avsm/setup-ocaml@v1
Expand Down

0 comments on commit 67e17d1

Please sign in to comment.