Skip to content

Commit baf16ca

Browse files
committed
ci: pin non-device jobs to Python 3.12
1 parent 5d26fed commit baf16ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
type-check:
2323
name: Type check
2424
runs-on: ubuntu-latest
25-
container: python:latest
25+
container: python:3.12
2626
steps:
2727
- uses: actions/checkout@v4
2828

@@ -61,7 +61,7 @@ jobs:
6161
non-device-tests:
6262
name: Non-device tests
6363
runs-on: ubuntu-latest
64-
container: python:latest
64+
container: python:3.12
6565
steps:
6666
- uses: actions/checkout@v4
6767

@@ -76,7 +76,7 @@ jobs:
7676
lint:
7777
name: lint
7878
runs-on: ubuntu-latest
79-
container: python:latest
79+
container: python:3.12
8080
steps:
8181
- uses: actions/checkout@v4
8282

0 commit comments

Comments
 (0)