Skip to content

Commit

Permalink
#67 Support Compose V2 - upgrade CircleCI ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Oct 14, 2023
1 parent f316f8c commit a2dd9ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ workflows:
jobs:
- eventuate-gradle-build-and-test/build-and-test:
name: mysql-intel
machine_image: ubuntu-2204:2023.07.2
resource_class: large
script: ./.circleci/build-and-test-intel.sh
- eventuate-gradle-build-and-test/build-and-test:
name: mysql-arm
machine_image: ubuntu-2204:2023.07.2
resource_class: arm.large
script: ./.circleci/build-and-test-arm.sh
# - eventuate-gradle-build-and-test/build-and-test:
Expand Down

0 comments on commit a2dd9ec

Please sign in to comment.