Skip to content

Commit

Permalink
Minor updates for xcode & ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlBeek committed May 7, 2024
1 parent a12763c commit 2f76908
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
command: python ./test_btec_script.py
build-linux-amd64:
machine:
image: ubuntu-2204:2024.01.1
image: ubuntu-2204:2024.04.4
working_directory: ~/repo
steps:
- checkout
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
path: /tmp/artifacts
build-linux-arm64:
machine:
image: ubuntu-2204:2024.01.1
image: ubuntu-2204:2024.04.4
resource_class: arm.medium
working_directory: ~/repo
steps:
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
path: /tmp/artifacts
build-macos:
macos:
xcode: 15.1.0
xcode: 15.3.0
working_directory: ~/repo
steps:
- run: xcodebuild -version
Expand Down

0 comments on commit 2f76908

Please sign in to comment.