We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a5a0c commit cfb28b4Copy full SHA for cfb28b4
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
13
strategy:
14
matrix:
15
- os: [ windows-2022, ubuntu-latest, macos-latest ]
+ os: [ windows-latest, macos-13 ]
16
17
env:
18
AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }}
0 commit comments