ci: Enable newt test on Mac

We properly support 64bit in native target now so those can be
re-enabled.
This commit is contained in:
Szymon Janc
2024-10-30 10:18:34 +01:00
parent b1ec600f75
commit 84429c43ed
+6 -1
View File
@@ -24,13 +24,18 @@ 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-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 'stable'
- name: Install Dependencies
if: matrix.os == 'ubuntu-latest'
shell: bash
run: |
sudo apt-get update