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 ea2947d commit 5199433Copy full SHA for 5199433
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ${{ matrix.os }}
32
strategy:
33
matrix:
34
- os: [macos-12, ubuntu-20.04]
+ os: [macos-13, ubuntu-20.04]
35
steps:
36
- name: Update binaries
37
run: |
0 commit comments