This repository was archived by the owner on May 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535jobs :
3636 coding-standards :
3737 name : Linting & CodingStandards
38- runs-on : ubuntu-20.04
38+ runs-on : ubuntu-latest
3939 steps :
4040 - name : Checkout
4141 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5959
6060 static-code-analysis :
6161 name : StaticCodingAnalysis (py${{ matrix.python-version}} ${{ matrix.toxenv-factor }})
62- runs-on : ubuntu-20.04
62+ runs-on : ubuntu-latest
6363 strategy :
6464 fail-fast : false
6565 matrix :
9999 strategy :
100100 fail-fast : false
101101 matrix :
102- os : ['ubuntu-20.04 ', 'windows-latest', 'macos-latest']
102+ os : ['ubuntu-latest ', 'windows-latest', 'macos-latest']
103103 python-version :
104104 - " 3.10" # highest supported
105105 - " 3.9"
@@ -109,7 +109,7 @@ jobs:
109109 toxenv-factor : ['locked']
110110 include :
111111 - # test with the lowest dependencies
112- os : ' ubuntu-20.04 '
112+ os : ' ubuntu-latest '
113113 python-version : ' 3.6'
114114 toxenv : ' lowest'
115115 timeout-minutes : 30
You can’t perform that action at this time.
0 commit comments