Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/minikube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: [ main ]
jobs:
wait-for-images:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solves the problems with minikube / oc due to https://www.github.com/actions/runner-images/issues/10636

steps:
- name: Wait for Images
run: |
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
- "build-systems"
- "commons"
needs: [wait-for-images]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Minikube Artifact Build Matrix
steps:
- name: Free Disk Space (Ubuntu)
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
dbtestsets:
- "jakartaee"
needs: [wait-for-images]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Minikube Dependency Build Matrix
steps:
- name: Free Disk Space (Ubuntu)
Expand Down