We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60e1d3 commit 68668dcCopy full SHA for 68668dc
.github/workflows/test.yaml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
python-version: ["3.11"]
10
poetry-version: ["1.4.2"]
11
- os: [ubuntu-20.04, macos-latest, windows-latest]
+ os: [ubuntu-24.04, macos-latest, windows-latest]
12
runs-on: ${{ matrix.os }}
13
steps:
14
- uses: actions/checkout@v3
0 commit comments