Skip to content

Commit

Permalink
fix(ci): set lowest test platform to jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Dec 12, 2024
1 parent 9c6d5d4 commit 4837e2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ jobs:
test:
uses: canonical/starflow/.github/workflows/test-python.yaml@main
with:
fast-test-platforms: '[["jammy", "amd64"], ["noble", "arm64"], "macos-14-large"]'
fast-test-platforms: '[["jammy", "amd64"], ["noble", "amd64"], "macos-14-large"]'
slow-test-platforms: '["jammy", "macos-14-large"]'
lowest-test-platform: jammy

0 comments on commit 4837e2c

Please sign in to comment.