Skip to content

Commit

Permalink
RC-3882 Update workflow for python3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Venator-Fox committed Dec 7, 2023
1 parent 35c8f05 commit 22ba47d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Build and Deploy
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.9"

- name: Install dependencies
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Test Build
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.9"

- name: Install dependencies
run: |
Expand All @@ -22,4 +22,4 @@ jobs:
- name: Build image
run: |
ansible-builder build -v3 --tag=awx-ee:test-build
ansible-builder build -v3 -t awx-ee:test-build --container-runtime=docker
2 changes: 1 addition & 1 deletion build/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ansible-builder==1.2.0
ansible-builder==3.0.0

0 comments on commit 22ba47d

Please sign in to comment.