Skip to content

Commit 7bbb212

Browse files
committed
🐛 Fix usage test to Ubuntu 22.04
Problem: - `ubuntu-latest` will be `ubuntu-24.04` imminently, and that version doesn't handle pip in the same way. Solution: - Pin usage test to `ubuntu-22.04`. Note: - When we update to `ubuntu-24.04` for real, we'll probably want to use pipx. We may also need to separate unit test workflows to support older compilers.
1 parent c1ea393 commit 7bbb212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/usage_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
jobs:
1818
usage_test:
19-
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-latest
19+
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-22.04
2020
steps:
2121
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2222

0 commit comments

Comments
 (0)