diff options
| author | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2021-10-01 10:34:50 +0900 |
|---|---|---|
| committer | Kazuhiro NISHIYAMA <znz@users.noreply.github.com> | 2021-10-01 11:14:02 +0900 |
| commit | 8e9d696ed01d782ad49f2e7b351802ec244ee1bf (patch) | |
| tree | 145197ce0be16aadf43ccc73d32a4b1d019a9ac4 | |
| parent | 77804be4577f53f3f151bc6cf7ec754c928207f5 (diff) | |
Use macos-11 instead of macos-latest
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4920
| -rw-r--r-- | .github/workflows/check_dependencies.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml index 645da4000b..e6b4abbe98 100644 --- a/.github/workflows/check_dependencies.yml +++ b/.github/workflows/check_dependencies.yml @@ -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: |
