Skip to content

Commit

Permalink
Merge pull request #589 from mendix/develop
Browse files Browse the repository at this point in the history
Release 2022-12-09
  • Loading branch information
sailhenz authored Dec 9, 2022
2 parents e87d747 + bd89f40 commit 0b6741b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
build:
name: Build
needs: get-version
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.6
python-version: 3.6.15
cache: pip
- name: Install Python requirements
run: make install_requirements
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
integration-test:
needs: [build, setup-integration-tests]
name: Run integration tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
timeout-minutes: 30
strategy:
matrix: ${{fromJson(needs.setup-integration-tests.outputs.matrix)}}
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.6
python-version: 3.6.15
cache: pip
- name: Install Python requirements
run: make install_requirements
Expand Down

0 comments on commit 0b6741b

Please sign in to comment.