Skip to content

Commit

Permalink
downgrade macos
Browse files Browse the repository at this point in the history
So our mac builder is getting killed with sigkill (9).

This is super mysterious:

* rust-lang/cargo#7821
* fortran-lang/fpm#16
* https://github.community/t/github-actions-on-macos-randomly-kill-my-test-program/17387
  • Loading branch information
matklad committed Mar 13, 2022
1 parent 0f160e6 commit 84abf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-10.15]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 84abf17

Please sign in to comment.