Skip to content

Commit c56ba27

Browse files
committed
(GH-134) GitHub Actions build on windows-2022
* fixes #134
1 parent ade604a commit c56ba27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [windows-2019, ubuntu-latest, macos-latest]
17+
os: [windows-2022, ubuntu-latest, macos-latest]
1818
steps:
1919
- name: Get the sources
2020
uses: actions/checkout@v3

0 commit comments

Comments
 (0)