mirror of
https://github.com/kerberos-io/deployment.git
synced 2026-08-23 15:18:32 +00:00
Update microk8s.yaml
This commit is contained in:
2
.github/workflows/microk8s.yaml
vendored
2
.github/workflows/microk8s.yaml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
- cron: "0 0 * * *" # This will run the workflow every day at midnight UTC
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
|
||||
|
||||
Reference in New Issue
Block a user