summaryrefslogtreecommitdiff
path: root/.github/workflows/check_dependencies.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check_dependencies.yml')
-rw-r--r--.github/workflows/check_dependencies.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml
index ff820fa98c..2125d498c6 100644
--- a/.github/workflows/check_dependencies.yml
+++ b/.github/workflows/check_dependencies.yml
@@ -15,7 +15,7 @@ jobs:
update-deps:
strategy:
matrix:
- os: [ubuntu-20.04, macos-11]
+ os: [ubuntu-20.04]
fail-fast: true
runs-on: ${{ matrix.os }}
steps: