Skip to content

Commit

Permalink
fix: update run google test to use windows latest (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineStawitz-NOAA authored Nov 3, 2023
2 parents db63042 + 48544d8 commit cc81b17
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 cc81b17

Please sign in to comment.