diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ab2ce9a0..13f6f5eed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest, macos-latest] toolchain: - "1.85" # MSRV (Minimum supported rust version) - stable