Skip to content

Commit 0517272

Browse files
committed
update CI configuration
1 parent 9db69a6 commit 0517272

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.0
33
jobs:
44
build:
55
docker:
6-
- image: cimg/python:3.10
6+
- image: cimg/python:3.12
77
environment:
88
GTEST_ROOT: googletest-1.14.0/googletest
99
steps:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
env:
1111
GTEST_ROOT: googletest-1.14.0/googletest
1212
steps:
13-
- uses: actions/setup-python@v4
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.x
1616
- name: Setup build tools
1717
run: |
1818
sudo apt-get install cmake
1919
sudo pip install gcovr
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- uses: testspace-com/setup-testspace@v1
2222
with:
2323
domain: samples

0 commit comments

Comments
 (0)