From f5f4ffbe3ac03a2667892b297b8f4757980d9ebb Mon Sep 17 00:00:00 2001 From: redanthrax Date: Wed, 29 Jun 2022 14:00:15 -0700 Subject: [PATCH] updated to use github runners --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a87c977..d809035 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ on: jobs: test-windows: - runs-on: [ self-hosted, Windows ] + runs-on: windows-latest name: Test on Windows steps: @@ -24,7 +24,7 @@ jobs: CGO_ENABLED: 0 test-ubuntu: - runs-on: [ self-hosted, Linux ] + runs-on: ubuntu-latest name: Test on Ubuntu steps: @@ -39,7 +39,7 @@ jobs: env: CGO_ENABLED: 0 test-macos: - runs-on: [ self-hosted, macOS ] + runs-on: macos-latest name: Test on MacOS steps: