Skip to content

Commit bf2d5b2

Browse files
Update the linter to run on a valid github-hosted-runner (#312)
- ubuntu-20.04 has been deprecated - using ubuntu-latest for robustness
1 parent f94ee08 commit bf2d5b2

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)