mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Remove macOS 11 builds, try to stabilize CI (#2548)
Recent examples: -1826040463
-1825682787
-1825683423
-1825636952
-1825636286
GitHub Actions is out of capacity for macOS: https://github.com/actions/virtual-environments/issues/2486 Perhaps better to add macos-11.0 back when the above issue is resolved.
This commit is contained in:
parent
b9a121be8f
commit
475f8606dc
2 changed files with 0 additions and 2 deletions
1
.github/workflows/mri.yml
vendored
1
.github/workflows/mri.yml
vendored
|
@ -26,7 +26,6 @@ jobs:
|
|||
- { os: windows-2019 , ruby: mingw }
|
||||
- { os: ubuntu-20.04 , ruby: 2.7 , no-ssl: ' no SSL' }
|
||||
- { os: windows-2019 , ruby: 2.7 , no-ssl: ' no SSL' }
|
||||
- { os: macos-11.0 , ruby: 2.7 }
|
||||
exclude:
|
||||
- { os: ubuntu-20.04 , ruby: 2.2 }
|
||||
- { os: ubuntu-20.04 , ruby: 2.3 }
|
||||
|
|
1
.github/workflows/non_mri.yml
vendored
1
.github/workflows/non_mri.yml
vendored
|
@ -24,7 +24,6 @@ jobs:
|
|||
- { os: ubuntu-20.04 , ruby: jruby, no-ssl: ' no SSL' }
|
||||
- { os: ubuntu-20.04 , ruby: jruby-head, allow-failure: true }
|
||||
- { os: ubuntu-20.04 , ruby: truffleruby-head }
|
||||
- { os: macos-11.0 , ruby: jruby }
|
||||
- { os: macos-10.15 , ruby: jruby }
|
||||
- { os: macos-10.15 , ruby: truffleruby-head }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue