There was an error while loading. Please reload this page.
1 parent ebc09a2 commit 7b5cbfbCopy full SHA for 7b5cbfb
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: codecov/codecov-action@v4
43
44
others:
45
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
46
strategy:
47
fail-fast: false
48
matrix:
@@ -53,7 +53,7 @@ jobs:
53
- uses: actions/checkout@v4
54
- uses: actions/setup-python@v5
55
with:
56
- python-version: 3.11
+ python-version: 3.12
57
- name: "Install dependencies"
58
run: |
59
set -xe
0 commit comments