Skip to content

Commit

Permalink
chore: update macos runner version (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall authored Jun 26, 2024
1 parent 0c87620 commit 329aaba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ jobs:
fields: repo,commit,author,action
status: ${{ job.status }}
publish:
runs-on: macos-11
runs-on: macos-latest
needs: test
name: publish
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cf2pulumi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env:
PULUMI_API: https://api.pulumi-staging.io
jobs:
release:
runs-on: macos-11
runs-on: macos-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ jobs:
fields: repo,commit,author,action
status: ${{ job.status }}
publish:
runs-on: macos-11
runs-on: macos-latest
needs: test
name: publish
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 @@ -351,7 +351,7 @@ jobs:
fields: repo,commit,author,action
status: ${{ job.status }}
publish:
runs-on: macos-11
runs-on: macos-latest
needs: test
name: publish
steps:
Expand Down

0 comments on commit 329aaba

Please sign in to comment.