Skip to content

Commit 8ec758d

Browse files
committed
add os revision. maybe this will fix it?
1 parent 9a93ece commit 8ec758d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci-test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@ jobs:
5757
include:
5858
# example: if 3.12 fails the jobs still succeeds
5959
- python-version: 3.12
60+
os: ubuntu-22.04
6061
experimental: [true]
6162
# version 2.7 not available on unbuntu-22.04 github
62-
# - python-version: 2.7
63-
# os: ubuntu-22.04
64-
# experimental: true
63+
#- python-version: 2.7
64+
# os: ubuntu-22.04
65+
# experimental: true
6566
- python-version: 3.11-dev
6667
os: ubuntu-22.04
6768
experimental: [true]

0 commit comments

Comments
 (0)