Skip to content

Commit 314381c

Browse files
nordicjmfabiobaltieri
authored andcommitted
github: workflows: Replace macos-13 target with macos-15-intel
THe macos-13 runner is no longer available on github, replace it with macos-15-intel to ensure builds on x86 mac are successful Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent 2874a1d commit 314381c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ubuntu-22.04, macos-13, macos-14, windows-2022]
18+
os: [ubuntu-22.04, macos-14, macos-15-intel, windows-2022]
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)