Skip to content

Commit

Permalink
ci: Ubuntu 18 no longer supported in GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Apr 6, 2023
1 parent 1e9b544 commit b6eb4a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ jobs:
run: kubectl get nodes
- name: Validate default driver
run: 'cat $MINIKUBE_HOME/.minikube/machines/minikube/config.json | jq ".DriverName" | grep none'
legacy-18:
name: Legacy/old versions (Ubuntu 18, Minikube 1.16, K8s 1.12)
runs-on: ubuntu-18.04
legacy-20:
name: Legacy/old versions (Ubuntu 20, Minikube 1.18, K8s 1.14)
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -155,8 +155,8 @@ jobs:
- name: Test Action
uses: ./
with:
minikube version: v1.16.0
kubernetes version: v1.12.10
minikube version: v1.18.0
kubernetes version: v1.14.10
github token: ${{ secrets.GITHUB_TOKEN }}
start args: '--force'
- name: Validate Minikube
Expand Down

0 comments on commit b6eb4a8

Please sign in to comment.