Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Oct 6, 2024
1 parent 4c35515 commit 0e33958
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,7 @@ on: [push, pull_request]

jobs:
build:
strategy:
fail-fast: false
matrix:
build: [
{ name: "modm8.exe", platform: "windows/amd64", os: "windows-latest" },
{ name: "modm8", platform: "linux/amd64", os: "ubuntu-latest" },
{ name: "modm8", platform: "darwin/universal", os: "macos-latest" }
]

runs-on: ${{ matrix.build.os }}
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 0e33958

Please sign in to comment.