Skip to content

Commit

Permalink
fix: gha windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA authored and ChristineStawitz-NOAA committed Nov 3, 2023
1 parent 99bc5ae commit bc1db5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-googletest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# Use windows-2019 instead of windows-latest to avoid using Mingw-w64
os: [ubuntu-latest, macos-latest, windows-2019]
os: [ubuntu-latest, macos-latest, windows-latest]
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit bc1db5b

Please sign in to comment.