Skip to content

Commit

Permalink
Update CircleCI resource class for AMD64 builds
Browse files Browse the repository at this point in the history
The old x86 build image has been deprecated in favor of the new M1
images. Rosetta2 should in theory allow us to still make x86 builds.
  • Loading branch information
weavejester committed Sep 28, 2024
1 parent 449b966 commit f9bffc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
macos_amd64:
macos:
xcode: 14.2.0
resource_class: macos.x86.medium.gen2
resource_class: macos.m1.medium.gen1
working_directory: ~/repo
environment:
GRAALVM_HOME: /Users/distiller/graalvm-ce-java17-22.3.2/Contents/Home
Expand Down

0 comments on commit f9bffc5

Please sign in to comment.