Skip to content

Commit 0d9bda8

Browse files
committed
Build FujiNet-PC with MacOS 15 runner for intel and arm64
1 parent 0c9a9a7 commit 0d9bda8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-fujinet-pc.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
runner: ubuntu-24.04
4848
target: ubuntu-24.04-amd64
4949
default-shell: bash
50-
- name: macOS 13
51-
target: macos-13
52-
runner: macos-13
50+
- name: macOS 15 intel
51+
target: macos-15-intel
52+
runner: macos-15-intel
5353
default-shell: bash
54-
- name: macOS 14
55-
target: macos-14
56-
runner: macos-14
54+
- name: macOS 15 arm
55+
target: macos-15-arm64
56+
runner: macos-15
5757
default-shell: bash
5858
- name: Windows
5959
target: windows-x64

0 commit comments

Comments
 (0)