Skip to content

Commit

Permalink
ci(deploy): lock workflows to macos-11 (#12799)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] authored Dec 6, 2022
1 parent 50e1418 commit af164af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-react-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/v10-deploy-react-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit af164af

Please sign in to comment.