Skip to content

Commit

Permalink
bugfix for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyaofei committed Aug 16, 2023
1 parent 3f3bc12 commit 8a7711a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-aarch64-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [ push, pull_request ]

jobs:
aarch64_job:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: test on aarch64
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-amd64-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [ push, pull_request ]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ 3.6, 3.7, 3.8 ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
deploy:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8a7711a

Please sign in to comment.