From 594e44bb119bf725d4e48049c4212a748a6f7b7e Mon Sep 17 00:00:00 2001 From: Ben Companjen Date: Fri, 25 Aug 2023 16:27:20 +0200 Subject: [PATCH] 9829 Use macos-latest runner for shellspec --- .github/workflows/shellspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shellspec.yml b/.github/workflows/shellspec.yml index 5c251cfc897..227a74fa00f 100644 --- a/.github/workflows/shellspec.yml +++ b/.github/workflows/shellspec.yml @@ -60,7 +60,7 @@ jobs: shellspec shellspec-macos: name: "MacOS" - runs-on: macos-10.15 + runs-on: macos-latest steps: - name: Install shellspec run: curl -fsSL https://git.io/shellspec | sh -s 0.28.1 --yes