Skip to content

Commit c763074

Browse files
authored
Quick fix
1 parent 55300b3 commit c763074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
opm install -l --dev
3030
3131
- name: Prepare macOS env
32-
if: matrix.os == 'macos-latest'
32+
if: matrix.os == 'macos-13'
3333
run: |
3434
echo "SIGN_QEMU_BINARY=1" >> "$GITHUB_ENV"
3535

0 commit comments

Comments
 (0)