Skip to content

Commit c01021c

Browse files
committed
fix runner
1 parent 11b4249 commit c01021c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-app-wxpython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build:
1313
name: Build wxPython
14-
runs-on: macos-26
14+
runs-on: macos-15-intel
1515
if: github.repository_owner == 'hackdoc'
1616

1717
env:

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Validate
12-
runs-on: macOS-26
12+
runs-on: macOS-15-intel
1313
if: github.repository_owner == 'hackdoc'
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)