Skip to content

Commit

Permalink
Merge pull request #180 from StackStorm-Exchange/fix/ci
Browse files Browse the repository at this point in the history
Fix py3.6 build by pinning the container to Ubuntu 20.04
  • Loading branch information
arm4b committed Aug 16, 2023
2 parents 2fa2cb0 + 6dc3192 commit 932988e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
# assuming that any pull requests from the same repo are infra changes.
if: github.event.pull_request.head.repo.full_name != github.repository

runs-on: ubuntu-latest
# As long as we need Python 3.6 here in the test, we can only use up to Ubuntu 20
# See https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
runs-on: ubuntu-20.04
name: 'Build and Test / Python ${{ matrix.python-version-short }}'
strategy:
matrix:
include:
- python-version-short: "3.6"
python-version: 3.6.13
python-version: 3.6.15
steps:
- name: Checkout Pack Repo and CI Repos
uses: StackStorm-Exchange/ci/.github/actions/checkout@master
Expand Down

0 comments on commit 932988e

Please sign in to comment.