From c9ecd42ddfd01c406271d494a038b1461a5fbce2 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Sun, 20 Oct 2024 18:04:55 +0200 Subject: [PATCH] gh actions: enable macos in build matrix --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 96e4558..53f94b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,8 +8,7 @@ jobs: CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse strategy: matrix: - # os: [ubuntu-latest, macos-latest, windows-latest] - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{matrix.os}} steps: - uses: actions/checkout@main