diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7109d9c..375ac26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] rust: [stable, beta] steps: - name: Checkout code @@ -114,8 +114,6 @@ jobs: target: x86_64-apple-darwin - os: macos-latest target: aarch64-apple-darwin - - os: windows-latest - target: x86_64-pc-windows-msvc steps: - name: Checkout code uses: actions/checkout@v4 @@ -154,8 +152,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: piglet-${{ matrix.target }} - path: | - target/${{ matrix.target }}/release/piglet${{ matrix.os == 'windows-latest' && '.exe' || '' }} + path: target/${{ matrix.target }}/release/piglet security-audit: name: Security Audit