Skip to content

Commit

Permalink
Fix runs-on
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <byron@nats.io>
  • Loading branch information
bruth committed Jun 12, 2023
1 parent bdaef02 commit ed2480d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Linux Tests
runs-on: ubuntu-latest

on: [push]

Expand All @@ -9,6 +8,7 @@ env:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows-2019.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Windows Server 2019 - Tests
runs-on: windows-2019

on: [push]

Expand All @@ -9,6 +8,7 @@ env:
jobs:
build:
name: Build
runs-on: windows-2019
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows-2022.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Windows Server 2022 - Tests
runs-on: windows-2022

on: [push]

Expand All @@ -9,6 +8,7 @@ env:
jobs:
build:
name: Build
runs-on: windows-2022
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit ed2480d

Please sign in to comment.