Skip to content

Commit

Permalink
Merge pull request #968 from emmartins/ci-fixes-20241023
Browse files Browse the repository at this point in the history
Use ubuntu-latest on project workflow; fix Kubernetes workflow for PR…
  • Loading branch information
emmartins authored Oct 23, 2024
2 parents 5ab46f1 + 07f7df8 commit 221e78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/kubernetes-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ jobs:
name: Test on Kubernetes
runs-on: ubuntu-latest
needs: calculate-changed-quickstarts
if: ${{ needs.calculate-changed-quickstarts.outputs.quickstart-matrix != null }}
strategy:
matrix: ${{fromJSON(needs.calculate-changed-quickstarts.outputs.quickstart-matrix)}}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fail-fast: false
matrix:
jdk: [17]
os: [ubuntu-20.04, windows-latest]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 221e78c

Please sign in to comment.