Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GitMensch authored Sep 30, 2024
1 parent 48a255c commit 829cfa8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on:

jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest
#runs-on: windows-latest
steps:
- name: Set up MSYS2
uses: msys2/setup-msys2@v2
# - name: Set up MSYS2
# uses: msys2/setup-msys2@v2

- name: Run script with signal handling
timeout-minutes: 1 # kil job instead of workflow
Expand Down

0 comments on commit 829cfa8

Please sign in to comment.