We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7430ce commit 62e283bCopy full SHA for 62e283b
.github/workflows/python-app.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
# os: [ubuntu-latest, macos-latest, windows-latest]
13
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-lts-latest, windows-latest]
14
python_version: ['3.10', '3.11', '3.12']
15
name: Run py eddy tracker build tests
16
runs-on: ${{ matrix.os }}
0 commit comments