diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a1ee127..694e5f6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,7 @@ on: jobs: testing: - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest strategy: matrix: go-version: @@ -42,7 +42,7 @@ jobs: build-and-push: runs-on: ubuntu-latest - needs: [testing] + needs: [ testing ] steps: - name: Extract Version id: version_step