mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use macos-11 instead of macos-latest
This commit is contained in:
parent
77804be457
commit
8e9d696ed0
Notes:
git
2021-10-01 11:14:22 +09:00
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check_dependencies.yml
vendored
2
.github/workflows/check_dependencies.yml
vendored
|
@ -4,7 +4,7 @@ jobs:
|
|||
update-deps:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-20.04, macos-latest]
|
||||
os: [ubuntu-20.04, macos-11]
|
||||
fail-fast: true
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue