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 ecf6164 commit 05e58bcCopy full SHA for 05e58bc
.github/workflows/github-ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
python: [3.9]
17
- os: [ubuntu-20.04]
+ os: [ubuntu-24.04]
18
docker_buildx: [v0.8.2]
19
fail-fast: false
20
steps:
@@ -26,7 +26,7 @@ jobs:
26
version: ${{ matrix.docker_buildx }}
27
driver: docker-container
28
- name: setup python environment
29
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
30
with:
31
python-version: ${{ matrix.python }}
32
cache: "pip"
0 commit comments