Skip to content

Commit

Permalink
fix: docker action and ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhanta-rath committed Jan 30, 2025
1 parent c883961 commit 5a91b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:

jobs:
test:
runs-on: ubuntu-20.10
runs-on: ubuntu-latest
steps:
- name: Setup Docker
uses: docker-practice/actions-setup-docker@master
uses: docker/setup-buildx-action@v3
- name: Checkout repo
uses: actions/checkout@v2
- name: Copy integration config
Expand Down

0 comments on commit 5a91b1d

Please sign in to comment.