diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7cda48e..0b38148 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, macos-14] steps: - uses: actions/checkout@v3 - uses: DeterminateSystems/nix-installer-action@main