Skip to content

Commit

Permalink
Merge pull request #619 from elbeno/pin-usage-test
Browse files Browse the repository at this point in the history
🐛 Fix usage test to Ubuntu 22.04
  • Loading branch information
elbeno authored Sep 23, 2024
2 parents c1ea393 + 7bbb212 commit 53331a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/usage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

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

Expand Down

0 comments on commit 53331a3

Please sign in to comment.