From af164af98297576ecf6c573332cc8fbcd6feed7e Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Tue, 6 Dec 2022 13:26:52 -0600 Subject: [PATCH] ci(deploy): lock workflows to macos-11 (#12799) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .github/workflows/deploy-react-storybook.yml | 2 +- .github/workflows/nightly-release.yml | 2 +- .github/workflows/v10-deploy-react-storybook.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-react-storybook.yml b/.github/workflows/deploy-react-storybook.yml index a67a903cfff8..7990ee5762fa 100644 --- a/.github/workflows/deploy-react-storybook.yml +++ b/.github/workflows/deploy-react-storybook.yml @@ -15,7 +15,7 @@ on: jobs: build: - runs-on: macOS-latest + runs-on: macos-11 steps: - uses: actions/checkout@main - name: Use Node.js 16.x diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 701d569358aa..d4b02baf80c0 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -7,7 +7,7 @@ on: jobs: release: - runs-on: macOS-latest + runs-on: macos-11 steps: - uses: actions/checkout@main - name: Use Node.js 16.x diff --git a/.github/workflows/v10-deploy-react-storybook.yml b/.github/workflows/v10-deploy-react-storybook.yml index 47a622c2a83b..70d773a1c158 100644 --- a/.github/workflows/v10-deploy-react-storybook.yml +++ b/.github/workflows/v10-deploy-react-storybook.yml @@ -14,10 +14,10 @@ on: jobs: build: - runs-on: macOS-latest + runs-on: macos-11 steps: - uses: actions/checkout@v3 - + - name: Use Node.js 16.x uses: actions/setup-node@v3 with: