Skip to content

Commit d50af72

Browse files
authored
ci: Upgrade execution tests to v12.4 (#710)
1 parent edf3aec commit d50af72

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

circle.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ executors:
5858
macos:
5959
resource_class: macos.x86.medium.gen2
6060
macos:
61-
xcode: 14.3.1
61+
xcode: 15.0.0
6262
environment:
6363
CMAKE_BUILD_PARALLEL_LEVEL: 4
6464
macos-m1:
6565
resource_class: macos.m1.large.gen1
6666
macos:
67-
xcode: 14.3.1
67+
xcode: 15.0.0
6868
environment:
6969
CMAKE_BUILD_PARALLEL_LEVEL: 8
7070
macos-xcode-min:
@@ -451,7 +451,7 @@ jobs:
451451
branch: evmc-v11.0.0-alpha.1
452452
commit: evmc-v11.0.0-alpha.1
453453
- download_execution_tests:
454-
rev: v12.2
454+
rev: v12.4
455455
- run:
456456
name: "Silkworm-driven blockchain tests (Advanced)"
457457
working_directory: ~/build
@@ -474,7 +474,7 @@ jobs:
474474
steps:
475475
- build
476476
- download_execution_tests:
477-
commit: 9b00b68593f5869eb51a6659e1cc983e875e616b
477+
rev: v12.4
478478
- run:
479479
name: "State tests"
480480
working_directory: ~/build
@@ -508,7 +508,7 @@ jobs:
508508
command: sudo apt-get -q update && sudo apt-get -qy install libgmp-dev
509509
- build
510510
- download_execution_tests:
511-
rev: v12.2
511+
rev: v12.4
512512
- run:
513513
name: "State tests"
514514
working_directory: ~/build
@@ -719,8 +719,7 @@ workflows:
719719
- clang-latest-sanitizers
720720
- clang-latest-coverage
721721
- macos-asan
722-
# TODO: Re-enable on next Xcode upgrade
723-
# - xcode-min
722+
- xcode-min
724723
- gcc-32bit
725724
- x86-64-v1
726725
- riscv32

0 commit comments

Comments
 (0)