Skip to content

Commit 6b0a1a5

Browse files
committed
changed macOS version to continue using macOS 13 os
1 parent c10adfe commit 6b0a1a5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ jobs:
1616
- os: windows-latest
1717
platform: win32
1818
arch: x64
19+
- os: macos-13
20+
platform: darwin
21+
arch: x64
1922
- os: macos-15
2023
platform: darwin
21-
arch: [x64, arm64]
24+
arch: arm64
2225
runs-on: ${{ matrix.os }}
2326
env:
2427
ARCHIVE_FILENAME: nodegui-binary-${{github.event.release.tag_name}}-${{ matrix.platform }}-${{ matrix.arch }}.tar.gz

0 commit comments

Comments
 (0)