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

This commit is contained in:
ben
2026-02-02 03:39:31 +00:00
parent 68f9e80873
commit 10783ee415

View File

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