Skip to content

Commit

Permalink
ci: build for Windows FIPS in PR checks
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Nov 24, 2023
1 parent 180396c commit 1d43d14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@ jobs:
runs-on: macos-latest
- arch_os: windows_amd64
runs-on: windows-2022
- arch_os: windows_amd64
runs-on: windows-2022
fips: true
with:
arch_os: ${{ matrix.arch_os }}
runs-on: ${{ matrix.runs-on }}
Expand Down

0 comments on commit 1d43d14

Please sign in to comment.