1
0
Fork 0
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:
Kazuhiro NISHIYAMA 2021-10-01 10:34:50 +09:00 committed by Kazuhiro NISHIYAMA
parent 77804be457
commit 8e9d696ed0
Notes: git 2021-10-01 11:14:22 +09:00

View file

@ -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: