Update python-versions-runner.yml

This commit is contained in:
Alice King Tai Poon 2022-06-05 15:47:01 +08:00 committed by GitHub
parent 2693494e59
commit 5f5aa70506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,10 +18,10 @@ defaults:
jobs:
trigger_builds:
name: Trigger python build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@main
- name: Trigger python workflow
run: |