pull/12064/head
Yajith Dayarathna 2024-08-09 16:02:48 +12:00
parent a4bf311493
commit 322c3fcf08
No known key found for this signature in database
GPG Key ID: 7F90D690ED665EF0
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ on:
jobs:
test-client:
runs-on: tia-runner-set
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
@ -45,7 +45,7 @@ jobs:
- { platform: linux, arch: arm64 }
- { platform: windows, arch: amd64, version: 1809 }
- { platform: windows, arch: amd64, version: ltsc2022 }
runs-on: tia-runner-set
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps: