Skip to content

Commit

Permalink
ci: pin docker build to ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 21, 2024
1 parent ba3d5ed commit 98986a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: matrix.python-version == 3.10
run: bash <(curl -s https://codecov.io/bash)
docker-build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- run: |
Expand Down

0 comments on commit 98986a0

Please sign in to comment.