Skip to content

Commit

Permalink
ci: Upgrade execution tests to v12.4 (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast authored Sep 25, 2023
1 parent edf3aec commit d50af72
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ executors:
macos:
resource_class: macos.x86.medium.gen2
macos:
xcode: 14.3.1
xcode: 15.0.0
environment:
CMAKE_BUILD_PARALLEL_LEVEL: 4
macos-m1:
resource_class: macos.m1.large.gen1
macos:
xcode: 14.3.1
xcode: 15.0.0
environment:
CMAKE_BUILD_PARALLEL_LEVEL: 8
macos-xcode-min:
Expand Down Expand Up @@ -451,7 +451,7 @@ jobs:
branch: evmc-v11.0.0-alpha.1
commit: evmc-v11.0.0-alpha.1
- download_execution_tests:
rev: v12.2
rev: v12.4
- run:
name: "Silkworm-driven blockchain tests (Advanced)"
working_directory: ~/build
Expand All @@ -474,7 +474,7 @@ jobs:
steps:
- build
- download_execution_tests:
commit: 9b00b68593f5869eb51a6659e1cc983e875e616b
rev: v12.4
- run:
name: "State tests"
working_directory: ~/build
Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
command: sudo apt-get -q update && sudo apt-get -qy install libgmp-dev
- build
- download_execution_tests:
rev: v12.2
rev: v12.4
- run:
name: "State tests"
working_directory: ~/build
Expand Down Expand Up @@ -719,8 +719,7 @@ workflows:
- clang-latest-sanitizers
- clang-latest-coverage
- macos-asan
# TODO: Re-enable on next Xcode upgrade
# - xcode-min
- xcode-min
- gcc-32bit
- x86-64-v1
- riscv32
Expand Down

0 comments on commit d50af72

Please sign in to comment.