We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619cb12 commit e4462d5Copy full SHA for e4462d5
1 file changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ${{ matrix.os }}
20
strategy:
21
matrix:
22
- os: [windows-2022, ubuntu-22.04]
+ os: [windows-2022, ubuntu-22.04, macos-13]
23
24
env:
25
AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }}
0 commit comments