Skip to content

Commit

Permalink
CI maintenance (#4118)
Browse files Browse the repository at this point in the history
* Set explicit resource class to macos builds
* Update NIX job docker image
  • Loading branch information
dincho committed Mar 22, 2023
1 parent 4b45955 commit 814be6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config/executors/@executors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ builder_container_otp24:

builder_container_nix_alpine:
docker:
- image: nixorg/nix:circleci
- image: nixos/nix:2.13.3
working_directory: /home/circleci/aeternity
environment:
ERLANG_ROCKSDB_BUILDOPTS: "-j2"
Expand Down
1 change: 1 addition & 0 deletions .circleci/config/jobs/@packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ macos-standalone:
type: string
macos:
xcode: "13.2.1" # macOS 11.6.2 (Big Sur)
resource_class: macos.x86.medium.gen2
working_directory: /Users/distiller/aeternity
steps:
- fixed_checkout
Expand Down

0 comments on commit 814be6f

Please sign in to comment.