Skip to content

Commit

Permalink
#846 move to ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 18, 2024
1 parent a2f7d58 commit fe48340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
mkdir -p ~/.docker/cli-plugins/
curl -SL https://github.com/docker/compose/releases/download/v2.3.3/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
chmod +x ~/.docker/cli-plugins/docker-compose
docker-compose version
docker compose version
- name: try docker compose
run: |
Expand Down

0 comments on commit fe48340

Please sign in to comment.