Spin up test runner

This commit is contained in:
Mykola Grymalyuk
2023-04-22 08:17:57 -06:00
parent b7ddeb3b50
commit 7d7c94cd91
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build wxPython
runs-on: x86_64_mojave
runs-on: x86_64_test_monterey
if: github.repository_owner == 'dortania'
env:

View File

@@ -9,7 +9,7 @@ on:
jobs:
build:
name: Validate
runs-on: x86_64_mojave
runs-on: x86_64_test_monterey
if: github.repository_owner == 'dortania'
env:
branch: ${{ github.ref }}