test macos-latest
This commit is contained in:
7
.gitea/workflows/macos-latest.yml
Normal file
7
.gitea/workflows/macos-latest.yml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user