We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2025802 commit f254108Copy full SHA for f254108
.github/workflows/build-app-wxpython.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
build:
13
name: Build wxPython
14
- runs-on: macos-13
+ runs-on: macos-26
15
if: github.repository_owner == 'hackdoc'
16
permissions:
17
contents: write
.github/workflows/validate.yml
name: Validate
- runs-on: macOS-15
+ runs-on: macOS-26
steps:
- uses: actions/checkout@v4
0 commit comments