Skip to content

Commit 1853c8f

Browse files
GitHub action updated
Updated the Ubuntu image for GH action runner from 20.04 to latest
1 parent b29bdfe commit 1853c8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-minikube.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
KUBEPLUS_TEST_OUTPUT: yes
88
jobs:
99
job1:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
name: Deploy to minikube
1212
steps:
1313
- uses: actions/checkout@v2

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
KUBEPLUS_CI: true
1212
jobs:
1313
job1:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
name: Test kubeplus deployment on kind
1616
steps:
1717
- name: Checkout Code

0 commit comments

Comments
 (0)