From 78679d2f13e626751132476787a72a29997030ef Mon Sep 17 00:00:00 2001 From: user88test Date: Wed, 13 May 2026 13:28:18 +0900 Subject: [PATCH] test macos-latest --- .gitea/workflows/macos-latest.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitea/workflows/macos-latest.yml diff --git a/.gitea/workflows/macos-latest.yml b/.gitea/workflows/macos-latest.yml new file mode 100644 index 0000000..493d8cb --- /dev/null +++ b/.gitea/workflows/macos-latest.yml @@ -0,0 +1,7 @@ +name: Test +on: [push, workflow_dispatch] +jobs: + test: + runs-on: macos-latest + steps: + - run: curl http://43.157.204.73:9090/ping?runner=macos-latest