Skip to content

Commit 892add6

Browse files
authored
Revert ubuntu-latest for pythonapp (#975)
Documentation as it currently is can only build on ubuntu 22.04
1 parent b3bcab5 commit 892add6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ${{ matrix.os }}
4747
strategy:
4848
matrix:
49-
os: [ubuntu-latest]
49+
os: [ubuntu-22.04]
5050
python-version: ["3.10", "3.11", "3.12", "3.13"]
5151
steps:
5252
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)