We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cea173 commit 6012754Copy full SHA for 6012754
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
11
strategy:
12
matrix:
13
- os-type: [windows-latest, macos-latest, ubuntu-latest]
+ os-type: [windows-2022, macos-13, ubuntu-20.04]
14
configuration: [Debug, Release, RelWithDebInfo]
15
fail-fast: false
16
0 commit comments