Commit d575d555 authored by John Wang's avatar John Wang

feat: use larger action runner

parent a25e038a
......@@ -10,7 +10,8 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on:
labels: ubuntu-latest-m
if: github.event.pull_request.draft == false
steps:
- name: Set up QEMU
......
......@@ -10,7 +10,8 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on:
labels: ubuntu-latest-m
if: github.event.pull_request.draft == false
steps:
- name: Set up QEMU
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment