summaryrefslogtreecommitdiff
path: root/.github/workflows/unit_specs.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/unit_specs.yml')
-rw-r--r--.github/workflows/unit_specs.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/unit_specs.yml b/.github/workflows/unit_specs.yml
index fd0be0991f..a69eeffb79 100644
--- a/.github/workflows/unit_specs.yml
+++ b/.github/workflows/unit_specs.yml
@@ -5,19 +5,19 @@ name: unit_specs
pull_request:
push:
branches:
- - master
+ - chef-17
jobs:
unit:
strategy:
fail-fast: false
matrix:
- os: [macos-10.15] # macos-11.0 is not public for now
+ os: [macos-12]
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: ['3.0']
runs-on: ${{ matrix.os }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}