Skip to content

Commit

Permalink
upgrade ubuntu/buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Mar 15, 2023
1 parent 929d30e commit 40fdfdb
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 78 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 40fdfdb

Please sign in to comment.