Browse Source

Use ubuntu latest for better golang caching keys (#9711)

Signed-off-by: Derek Nola <derek.nola@suse.com>
pull/9801/head
Derek Nola 8 months ago committed by GitHub
parent
commit
41377540fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build-k3s.yaml

2
.github/workflows/build-k3s.yaml

@ -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…
Cancel
Save