Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelemon authored Apr 24, 2024
1 parent af50008 commit 4be0737
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
os:
- ubuntu-latest
# - windows-latest
- macOS-latest
# - macOS-latest
- macos-14-large # building on arm64 fails
steps:
- uses: actions/checkout@v2
- uses: jiro4989/setup-nim-action@v1
Expand Down Expand Up @@ -57,4 +58,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: 'main'
branch: 'main'

0 comments on commit 4be0737

Please sign in to comment.