Skip to content

Commit

Permalink
🧪 Run smoke tests against Ubuntu 24 and 22
Browse files Browse the repository at this point in the history
They are pinned instead of using `-latest` in the interest of better
reproducibility in the CI.
  • Loading branch information
webknjaz committed Jan 24, 2025
1 parent 8cafb5c commit da900af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/reusable-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ jobs:
smoke-test:

runs-on: ubuntu-latest
strategy:
matrix:
os:
- ubuntu-24.04
- ubuntu-22.04

runs-on: ${{ matrix.os }}

services:
devpi:
Expand Down

0 comments on commit da900af

Please sign in to comment.