Skip to content

Commit f254108

Browse files
committed
bump runner
1 parent 2025802 commit f254108

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-13
14+
runs-on: macos-26
1515
if: github.repository_owner == 'hackdoc'
1616
permissions:
1717
contents: write

.github/workflows/validate.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: Validate
14-
runs-on: macOS-15
14+
runs-on: macOS-26
1515
if: github.repository_owner == 'hackdoc'
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)