Skip to content

Commit

Permalink
Update main-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Dec 22, 2023
1 parent 6527a98 commit fbbdf53
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# main ci workflow is to ensure the codebase builds.
# all unit tests must pass for the workflow to complete successfully.

name: main-ci

on:
Expand All @@ -20,7 +17,7 @@ env:

jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- name: Checkout repository
Expand Down

0 comments on commit fbbdf53

Please sign in to comment.