mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Use ubuntu latest for better golang caching keys (#9711)
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
parent
5461c3e1c1
commit
41377540fd
2
.github/workflows/build-k3s.yaml
vendored
2
.github/workflows/build-k3s.yaml
vendored
@ -18,7 +18,7 @@ permissions:
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
- name: Checkout K3s
|
||||
|
Loading…
Reference in New Issue
Block a user