Skip to content

Commit 70a9bc3

Browse files
committed
ci: update github macos-x86 runner
1 parent 486655d commit 70a9bc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_openocd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build-macos-x86:
9-
runs-on: macos-13
9+
runs-on: macos-15-intel
1010
steps:
1111
- name: Ensure architecture is x86_64
1212
run: |

.github/workflows/test_openocd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
run-macos-x86-host:
88
name: Test OpenOCD on MacOS-x86
9-
runs-on: macos-13
9+
runs-on: macos-15-intel
1010
steps:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4

0 commit comments

Comments
 (0)