summaryrefslogtreecommitdiff
path: root/.github/workflows/code_coverage.yml
diff options
context:
space:
mode:
authorMitya Selivanov <69725676+automainint@users.noreply.github.com>2022-11-22 11:54:14 +0000
committerGitHub <noreply@github.com>2022-11-22 11:54:14 +0000
commit57ca26ab4823a9aceae44c59d610465d9a6891d7 (patch)
tree392be1fb4b166edfc9dec36c9e97a0750127445e /.github/workflows/code_coverage.yml
parentfda748ade9285c61cc681f700d0536ca0cf8b0d5 (diff)
downloadkit-57ca26ab4823a9aceae44c59d610465d9a6891d7.zip
Use macos-11
Diffstat (limited to '.github/workflows/code_coverage.yml')
-rw-r--r--.github/workflows/code_coverage.yml2
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 }}