Skip to content

Commit da900af

Browse files
committed
🧪 Run smoke tests against Ubuntu 24 and 22
They are pinned instead of using `-latest` in the interest of better reproducibility in the CI.
1 parent 8cafb5c commit da900af

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/reusable-smoke-test.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,13 @@ jobs:
5353
5454
smoke-test:
5555

56-
runs-on: ubuntu-latest
56+
strategy:
57+
matrix:
58+
os:
59+
- ubuntu-24.04
60+
- ubuntu-22.04
61+
62+
runs-on: ${{ matrix.os }}
5763

5864
services:
5965
devpi:

0 commit comments

Comments
 (0)