Update microk8s.yaml

This commit is contained in:
Cedric Verstraeten
2024-08-15 09:50:57 +02:00
parent 07cef07df6
commit 9c9e4be639

View File

@@ -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]