Skip to content

Commit

Permalink
Update iriscast_package_build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RWhiting78 authored Oct 1, 2024
1 parent bfbd80d commit 448ca59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/iriscast_package_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
test_and_lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.x", "3.10", "3.6.8"]
Expand All @@ -36,7 +36,7 @@ jobs:
cd iriscasttools && pylint --recursive yes test iriscasttools
build-wheel:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.x"]
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
if-no-files-found: error

build-rpms:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.x", "3.10", "3.6.8"]
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
if-no-files-found: error

publish:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
needs:
- test_and_lint
Expand Down

0 comments on commit 448ca59

Please sign in to comment.