mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-25 19:46:21 +00:00
Remove macOS 11 from GitHub Actions. (#247)
This platform is experimental on their end and is having capacity problems. We don't need it for now and the noise of the failures is not worth it.
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-11.0, macos-10.15, ubuntu-20.04, ubuntu-18.04]
|
||||
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04]
|
||||
env:
|
||||
BUILD_TYPE: Release
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user