diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c57d1537..cf378c43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-24.04, windows-2022, macos-14] + os: [ubuntu-24.04, windows-2022, windows-2025, macos-14, macos-15] env: RUST_BACKTRACE: "full" @@ -138,6 +138,7 @@ jobs: run: git add . && git diff --quiet && git diff --cached --quiet - uses: actions/upload-artifact@v4 + if: (matrix.os != 'windows-2025') && (matrix.os != 'macos-15') with: name: "timings_${{ runner.os }}" path: | @@ -246,4 +247,4 @@ jobs: git add -A git commit -m "Release v0.0.0-NIGHTLY-${{ steps.short-sha.outputs.sha }}" git tag "v0.0.0-NIGHTLY-${{ steps.short-sha.outputs.sha }}" - git push origin "v0.0.0-NIGHTLY-${{ steps.short-sha.outputs.sha }}" \ No newline at end of file + git push origin "v0.0.0-NIGHTLY-${{ steps.short-sha.outputs.sha }}"