summaryrefslogtreecommitdiff
path: root/meta-raspberrypi/.github/workflows/compliance.yml
diff options
context:
space:
mode:
Diffstat (limited to 'meta-raspberrypi/.github/workflows/compliance.yml')
-rw-r--r--meta-raspberrypi/.github/workflows/compliance.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-raspberrypi/.github/workflows/compliance.yml b/meta-raspberrypi/.github/workflows/compliance.yml
index 35e47310a0..cfba18533e 100644
--- a/meta-raspberrypi/.github/workflows/compliance.yml
+++ b/meta-raspberrypi/.github/workflows/compliance.yml
@@ -10,7 +10,7 @@ on:
jobs:
dco:
name: DCO
- runs-on: [self-hosted, Linux]
+ runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
if: always()
reuse:
name: reuse
- runs-on: [self-hosted, Linux]
+ runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2