Skip to content

Commit 1afd311

Browse files
[issue-839] Run GH Actions workflow on ubuntu-22.04 instead of ubuntu-latest
ubuntu-latest does not support Python 3.7 anymore. See actions/runner-images#10636 Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
1 parent a25937f commit 1afd311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ ubuntu-latest, macos-latest, windows-latest ]
19+
os: [ ubuntu-22.04, macos-latest, windows-latest ]
2020
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
2121
exclude: # see https://github.com/actions/runner-images/issues/9770#issuecomment-2085623315
2222
- python-version: "3.7"

0 commit comments

Comments
 (0)