We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69bde25 commit 1a53a2fCopy full SHA for 1a53a2f
1 file changed
.github/workflows/deploy-to-microk8s.yaml
@@ -22,7 +22,7 @@ concurrency:
22
23
jobs:
24
microk8s-deployment:
25
- runs-on: ubuntu-24.04
+ runs-on: ["self-hosted", "linux", "X64", "jammy", "xlarge"]
26
steps:
27
- name: Checkout repository
28
uses: actions/checkout@v4
0 commit comments