We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5bfca commit bf531acCopy full SHA for bf531ac
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
# do not cancel other builds if one fails
9
fail-fast: false
10
matrix:
11
- os: [windows-2019, macos-11]
+ os: [windows-2022, macos-13]
12
13
runs-on: ${{ matrix.os }}
14
timeout-minutes: 20
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments