summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/unit_specs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unit_specs.yml b/.github/workflows/unit_specs.yml
index 5013a80d99..fd0be0991f 100644
--- a/.github/workflows/unit_specs.yml
+++ b/.github/workflows/unit_specs.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [macos-10.15, macos-11.0]
+ os: [macos-10.15] # macos-11.0 is not public for now
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: ['3.0']
runs-on: ${{ matrix.os }}