Skip to content

Commit

Permalink
Deactivate MacOS, spurious failures: actions/runner-images#841
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Jun 19, 2020
1 parent 07ece2f commit ac65038
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
- os: linux
cpu: i386
TEST_LANG: cpp
- os: macos
cpu: amd64
TEST_LANG: c
- os: macos
cpu: amd64
TEST_LANG: cpp
# TODO: spurious failures - https://github.com/actions/virtual-environments/issues/841
# - os: macos
# cpu: amd64
# TEST_LANG: c
# - os: macos
# cpu: amd64
# TEST_LANG: cpp
- os: windows
cpu: i386
- os: windows
Expand All @@ -45,9 +46,9 @@ jobs:
- target:
os: linux
builder: ubuntu-18.04
- target:
os: macos
builder: macos-10.15
# - target:
# os: macos
# builder: macos-10.15
- target:
os: windows
builder: windows-2019
Expand Down

0 comments on commit ac65038

Please sign in to comment.