mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Add macOS 11 Big Sur to CI (#2680)
https://github.blog/changelog/2021-08-16-github-actions-macos-11-big-sur-is-generally-available-on-github-hosted-runners/
This commit is contained in:
parent
73c5bf2840
commit
afc21c3bfc
2 changed files with 3 additions and 1 deletions
2
.github/workflows/mri.yml
vendored
2
.github/workflows/mri.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-20.04, ubuntu-18.04, macos-10.15, windows-2019 ]
|
||||
os: [ ubuntu-20.04, ubuntu-18.04, macos-10.15, macos-11, windows-2019 ]
|
||||
ruby: [ 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', head ]
|
||||
no-ssl: ['']
|
||||
include:
|
||||
|
|
2
.github/workflows/non_mri.yml
vendored
2
.github/workflows/non_mri.yml
vendored
|
@ -24,6 +24,8 @@ jobs:
|
|||
- { os: ubuntu-20.04 , ruby: truffleruby-head }
|
||||
- { os: macos-10.15 , ruby: jruby }
|
||||
- { os: macos-10.15 , ruby: truffleruby-head }
|
||||
- { os: macos-11 , ruby: jruby }
|
||||
- { os: macos-11 , ruby: truffleruby-head }
|
||||
|
||||
steps:
|
||||
- name: repo checkout
|
||||
|
|
Loading…
Add table
Reference in a new issue