Skip to content

Commit

Permalink
fix(ci): since macos-11 workers are not reliable on github those days…
Browse files Browse the repository at this point in the history
…, I skip to use them for now
  • Loading branch information
sassman committed Jan 3, 2021
1 parent e2bd1bd commit 8c46e76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ 'macos-11.0', 'macos-10.15', 'macos-10.14', 'ubuntu-latest']
# version: [ 'macos-11.0', 'macos-10.15', 'macos-10.14', 'ubuntu-latest']
version: [ 'macos-latest', 'ubuntu-latest']
rust: [ nightly, stable ]
runs-on: ${{ matrix.version }}
continue-on-error: ${{ matrix.rust == 'nightly' }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ 'macos-11.0', 'macos-10.15', 'macos-10.14', 'ubuntu-latest']
# version: [ 'macos-11.0', 'macos-10.15', 'macos-10.14', 'ubuntu-latest']
version: [ 'macos-latest', 'ubuntu-latest']
rust: [ nightly, stable ]
runs-on: ${{ matrix.version }}
continue-on-error: ${{ matrix.rust == 'nightly' }}
Expand Down

0 comments on commit 8c46e76

Please sign in to comment.