Skip to content

Commit

Permalink
GH action use ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwilter committed Dec 13, 2022
1 parent 23e3d7c commit 56d832e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_acpype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
check-test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

release:
needs: check-test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Get current date
id: date
Expand Down

0 comments on commit 56d832e

Please sign in to comment.