diff options
author | Mitya Selivanov <69725676+automainint@users.noreply.github.com> | 2022-11-22 11:54:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 11:54:14 +0000 |
commit | 57ca26ab4823a9aceae44c59d610465d9a6891d7 (patch) | |
tree | 392be1fb4b166edfc9dec36c9e97a0750127445e /.github/workflows | |
parent | fda748ade9285c61cc681f700d0536ca0cf8b0d5 (diff) | |
download | kit-57ca26ab4823a9aceae44c59d610465d9a6891d7.zip |
Use macos-11
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/code_coverage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 3179660..e8ad3ba 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -12,7 +12,7 @@ jobs: build: strategy: matrix: - os: [ ubuntu-latest, macos-latest, windows-2019 ] + os: [ ubuntu-latest, macos-11, windows-2019 ] runs-on: ${{ matrix.os }} |