Skip to content

Commit

Permalink
ci: Enable newt test on Mac
Browse files Browse the repository at this point in the history
We properly support 64bit in native target now so those can be
re-enabled.
  • Loading branch information
sjanc committed Oct 30, 2024
1 parent b1ec600 commit 97af897
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/newt_test_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ on: [push, pull_request]
jobs:
newt_test:
name: Run newt test all
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 97af897

Please sign in to comment.