Skip to content

Commit bb57240

Browse files
authored
Update the example to use ubuntu-latest
Resolves #12
1 parent 351cf33 commit bb57240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following sample workflow configures `kubectl` for the `OKE_CLUSTER_OCID` OK
2727
```yaml
2828
jobs:
2929
install-kubectl:
30-
runs-on: ubuntu
30+
runs-on: ubuntu-latest
3131
name: Install Kubectl for OKE
3232
env:
3333
OCI_CLI_USER: ${{ secrets.OCI_CLI_USER }}

0 commit comments

Comments
 (0)