We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1ea393 + 7bbb212 commit 53331a3Copy full SHA for 53331a3
.github/workflows/usage_test.yml
@@ -16,7 +16,7 @@ env:
16
17
jobs:
18
usage_test:
19
- runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-latest
+ runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-22.04
20
steps:
21
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
0 commit comments