Skip to content

Commit

Permalink
Add macOS 11 Big Sur to CI (#2680)
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Aug 18, 2021
1 parent 73c5bf2 commit afc21c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mri.yml
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/non_mri.yml
Expand Up @@ -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
Expand Down

0 comments on commit afc21c3

Please sign in to comment.