Skip to content

Commit

Permalink
Change runs-on, to deal with githib action issue
Browse files Browse the repository at this point in the history
See actions/setup-python#585

Signed-off-by: Kevin McKenzie <kmckenzi@us.ibm.com>
  • Loading branch information
Tam-Lin committed Jun 20, 2023
1 parent 330ac38 commit f8bcf32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on: [push]
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7","3.8", "3.9", "3.10"]
python-version: ["3.6", "3.7","3.8", "3.9", "3.10", "3.11"]

steps:
- name: Git clone
Expand Down

0 comments on commit f8bcf32

Please sign in to comment.