Skip to content

Commit 5b8d3af

Browse files
committed
Use latest macOS version for GitHub Actions
1 parent 8a6e7f9 commit 5b8d3af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
include:
6060
- arch: x86
6161
artifact: subconverter_darwin64
62-
os: macos-13
62+
os: macos-26-intel
6363
- arch: arm
6464
artifact: subconverter_darwinarm
65-
os: macos-14
65+
os: macos-26
6666
runs-on: ${{ matrix.os }}
6767
name: macOS ${{ matrix.arch }} Build
6868
steps:

0 commit comments

Comments
 (0)