updated to use github runners
This commit is contained in:
parent
849c9dbe1a
commit
f5f4ffbe3a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-windows:
|
test-windows:
|
||||||
runs-on: [ self-hosted, Windows ]
|
runs-on: windows-latest
|
||||||
name: Test on Windows
|
name: Test on Windows
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
|
|
||||||
test-ubuntu:
|
test-ubuntu:
|
||||||
runs-on: [ self-hosted, Linux ]
|
runs-on: ubuntu-latest
|
||||||
name: Test on Ubuntu
|
name: Test on Ubuntu
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
test-macos:
|
test-macos:
|
||||||
runs-on: [ self-hosted, macOS ]
|
runs-on: macos-latest
|
||||||
name: Test on MacOS
|
name: Test on MacOS
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue