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 55300b3 commit c763074Copy full SHA for c763074
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
opm install -l --dev
30
31
- name: Prepare macOS env
32
- if: matrix.os == 'macos-latest'
+ if: matrix.os == 'macos-13'
33
run: |
34
echo "SIGN_QEMU_BINARY=1" >> "$GITHUB_ENV"
35
0 commit comments