Skip to content

Commit

Permalink
fixed stuck windows pipe due to out of date os
Browse files Browse the repository at this point in the history
  • Loading branch information
himwho committed Jan 22, 2024
1 parent d127e6e commit e055144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-2016]
os: [macos-latest, windows-latest]

steps:
- name: Setup cmake
Expand Down

0 comments on commit e055144

Please sign in to comment.