Skip to content

Commit

Permalink
⬆️ CI: upgrade ubuntu/buildx (#3979)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg authored Mar 16, 2023
1 parent 0687134 commit cfd0d59
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 81 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
strategy:
matrix:
python: ["3.9"]
os: [ubuntu-20.04]
docker_buildx: [v0.8.2]
os: [ubuntu-22.04]
docker_buildx: [v0.10.2]
docker_compose: [1.29.1]
include:
# ensure the docker_compose_sha corresponds to the the version!!
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
strategy:
matrix:
python: ["3.9"]
os: [ubuntu-20.04]
docker_buildx: [v0.8.2]
os: [ubuntu-22.04]
docker_buildx: [v0.10.2]
docker_compose: [1.29.1]
include:
- docker_compose: 1.29.1
Expand Down
Loading

0 comments on commit cfd0d59

Please sign in to comment.