Skip to content

Commit

Permalink
Update ci OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlBeek committed Feb 22, 2024
1 parent ec41162 commit cd3fd09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.2
version: 2.3

tox_common: &tox_common
working_directory: ~/repo
Expand All @@ -19,7 +19,7 @@ tox_common: &tox_common
key: tox-deps4-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "requirements.txt" }}-{{ checksum "requirements_test.txt" }}-{{ checksum "setup.py" }}-{{ checksum "Makefile" }}

orbs:
win: circleci/windows@2.2.0 # The Windows orb give you everything you need to start using the Windows executor.
win: circleci/windows@5.0 # The Windows orb give you everything you need to start using the Windows executor.

jobs:
# Job(s) with Linux OS
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
command: python ./test_btec_script.py
build-linux-amd64:
machine:
image: ubuntu-2004:202201-02
image: ubuntu-2204:2024.01.1
working_directory: ~/repo
steps:
- checkout
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
path: /tmp/artifacts
build-linux-arm64:
machine:
image: ubuntu-2004:202201-02
image: ubuntu-2204:2024.01.1
resource_class: arm.medium
working_directory: ~/repo
steps:
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
path: /tmp/artifacts
build-macos:
macos:
xcode: 13.4.1
xcode: 15.1.0
working_directory: ~/repo
steps:
- run: xcodebuild -version
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
path: /tmp/artifacts

workflows:
version: 2.2
version: 2.3
all_test:
jobs:
- venv_build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:alpine3.14
FROM python:alpine3.19

WORKDIR /app

Expand Down

0 comments on commit cd3fd09

Please sign in to comment.