Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
include:
- arch: x86
artifact: subconverter_darwin64
os: macos-13
os: macos-26-intel
- arch: arm
artifact: subconverter_darwinarm
os: macos-14
os: macos-26
runs-on: ${{ matrix.os }}
name: macOS ${{ matrix.arch }} Build
steps:
Expand Down
Loading