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 eb91462 commit 7abe6c1Copy full SHA for 7abe6c1
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
run_test:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
11
strategy:
12
matrix:
13
python-version: ["3.8"]
.github/workflows/test.yml
@@ -10,7 +10,7 @@ on:
build_and_test:
14
steps:
15
- name: Checkout the repo
16
uses: actions/checkout@v4
0 commit comments