Skip to content

Commit 94f2337

Browse files
committed
Accomodated rollout of Ubuntu 24.04 on GitHub Actions
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
1 parent ffe9db7 commit 94f2337

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

.github/workflows/test.yml

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,31 @@ jobs:
3636
echo "matrix={ \
3737
\"os\": [ \"ubuntu-latest\", \"macos-latest\", \"windows-latest\" ], \
3838
\"python-version\": [ \"3.8\", \"3.9\", \"3.10\", \"3.11\", \"3.12\", \"3.13\" ], \
39-
\"package_level\": [ \"minimum\", \"latest\" ] \
39+
\"package_level\": [ \"minimum\", \"latest\" ], \
40+
\"exclude\": [ \
41+
{ \
42+
\"os\": \"ubuntu-latest\", \
43+
\"python-version\": \"3.8\", \
44+
\"package_level\": \"minimum\" \
45+
}, \
46+
{ \
47+
\"os\": \"ubuntu-latest\", \
48+
\"python-version\": \"3.8\", \
49+
\"package_level\": \"latest\" \
50+
} \
51+
], \
52+
\"include\": [ \
53+
{ \
54+
\"os\": \"ubuntu-22.04\", \
55+
\"python-version\": \"3.8\", \
56+
\"package_level\": \"minimum\" \
57+
}, \
58+
{ \
59+
\"os\": \"ubuntu-22.04\", \
60+
\"python-version\": \"3.8\", \
61+
\"package_level\": \"latest\" \
62+
} \
63+
] \
4064
}" >> $GITHUB_OUTPUT; \
4165
else \
4266
echo "matrix={ \
@@ -45,7 +69,7 @@ jobs:
4569
\"package_level\": [ \"minimum\", \"latest\" ], \
4670
\"include\": [ \
4771
{ \
48-
\"os\": \"ubuntu-latest\", \
72+
\"os\": \"ubuntu-22.04\", \
4973
\"python-version\": \"3.8\", \
5074
\"package_level\": \"minimum\" \
5175
}, \

changes/noissue.1.cleanup.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Accommodated rollout of Ubuntu 24.04 on GitHub Actions by using ubuntu-22.04
2+
as the OS image for Python 3.8 based test runs.

0 commit comments

Comments
 (0)