Skip to content

Commit

Permalink
Update build image to MacOS 13 x86 (#261)
Browse files Browse the repository at this point in the history
This update changes the build image to MacOS 13, which is the last
supported free Github Actions runner image on x86. The purpose is to
support 3p usage for x86 Macs

This is based on the image list list here:
https://github.com/actions/runner-images?tab=readme-ov-file#available-images

Signed-off-by: Mike Chang <[email protected]>
  • Loading branch information
amzn-changml authored Aug 21, 2024
1 parent 5137fae commit d869850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
OS_RUNNER="windows-latest" # This is bundled with VS2022
;;
darwin)
OS_RUNNER="macos-latest"
OS_RUNNER="macos-13" # Use x86 runner image. Latest uses ARM64
;;
*)
OS_RUNNER="windows-latest" # default
Expand Down

0 comments on commit d869850

Please sign in to comment.