Update workflow to use correct runner label: ubuntu:host
Some checks failed
Check Runner IP Address / check-ip (push) Has been cancelled

This commit is contained in:
ben
2026-02-02 03:44:01 +00:00
parent 8873a6a032
commit 33a9a1fc00

View File

@@ -8,7 +8,7 @@ on:
jobs:
check-ip:
runs-on: [dsw:host]
runs-on: [ubuntu:host]
steps:
- name: Checkout code
uses: actions/checkout@v3