Skip to content

Commit

Permalink
Merge pull request nukeop#1356 from nukeop/fix/mac-build
Browse files Browse the repository at this point in the history
Downgrade mac runners to 11
  • Loading branch information
nukeop authored Nov 4, 2022
2 parents 59a5571 + 8327f74 commit 549e4d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
GITHASH: ${GITHUB_SHA}

mac_build:
runs-on: macOS-latest
runs-on: macos-11
timeout-minutes: 30

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
client-payload: '{"tag": "${{ steps.short-sha.outputs.sha }}"}'

mac_release:
runs-on: macOS-latest
runs-on: macos-11
timeout-minutes: 30

steps:
Expand Down

0 comments on commit 549e4d2

Please sign in to comment.