summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-04-22 15:46:21 -0700
committerTim Smith <tsmith84@gmail.com>2021-04-22 16:05:31 -0700
commitdd067f33c324fb0c4b0202e547970ce6da144fe2 (patch)
tree71f9e8d2667bef804660c360cd50bd93019a216d
parent5b629bfaf014c9f1d3e16e724a42293626893da6 (diff)
downloadchef-dd067f33c324fb0c4b0202e547970ce6da144fe2.tar.gz
Remove macOS 11 testing
Signed-off-by: Tim Smith <tsmith@chef.io>
-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 }}