Skip to content

Commit e74b60b

Browse files
committed
Update the linter to run on a valid github-hosted-runner
- ubuntu-20.04 has been deprecated - using ubuntu-latest for robustness
1 parent e8bdd82 commit e74b60b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CPUTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-20.04]
14+
os: [ubuntu-latest]
1515
python-version: ['3.10']
1616
steps:
1717
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)