Skip to content

Commit

Permalink
Upgrade the macos runner in ci workflow (#707)
Browse files Browse the repository at this point in the history
<!--- Note to EXTERNAL Contributors -->
<!-- Thanks for opening a PR! 
If it is a significant code change, please **make sure there is an open
issue** for this.
We work best with you when we have accepted the idea first before you
code. -->

<!--- For ALL Contributors 👇 -->

## What was changed
<!-- Describe what has changed in this PR -->
Upgrade the `macos` runner in the CI workflow.

## Why?
<!-- Tell your future self why have you made these changes -->
`macos-12` is in the process of deprecation

## Checklist
<!--- add/delete as needed --->

1. Closes <!-- add issue number here -->

2. How was this tested:
<!--- Please describe how you tested your changes/how we can test them
-->

3. Any docs updates needed?
<!--- update README if applicable
      or point out where to update docs.temporal.io -->
  • Loading branch information
rodrigozhou authored Nov 18, 2024
1 parent 100b8fb commit e3ae3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-12, macos-14, windows-latest, ubuntu-arm]
os: [ubuntu-latest, macos-latest, macos-14, windows-latest, ubuntu-arm]
include:
- os: ubuntu-latest
checkGenCodeTarget: true
Expand Down

0 comments on commit e3ae3be

Please sign in to comment.