Skip to content

Commit 92aea99

Browse files
committed
[LWM] Update GH runners for macOS ARM and Intel
- remove deprecated macOS 13 - add macOS 15 for both ARM and Intel
1 parent 0c9a9a7 commit 92aea99

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,16 @@ 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 ARM
51+
target: macos-15-arm64
52+
runner: macos-15
5353
default-shell: bash
54-
- name: macOS 14
55-
target: macos-14
54+
- name: macOS 15 Intel
55+
target: macos-15-x64
56+
runner: macos-15-intel
57+
default-shell: bash
58+
- name: macOS 14 ARM
59+
target: macos-14-arm64
5660
runner: macos-14
5761
default-shell: bash
5862
- name: Windows

0 commit comments

Comments
 (0)