Skip to content

Commit

Permalink
Travar version do ubuntu em alguns actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Winzen committed Oct 15, 2024
1 parent 0ba452c commit 86b8358
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
build-container:
if: startsWith(github.head_ref, 'staging/')
name: Register flows (staging)
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
cache: poetry
architecture: x64
python-version: '3.11'
python-version: '3.10'
- name: Install requirements
run: poetry install --only=test
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
arch: [x64]
os: [ubuntu-latest]
os: [ubuntu-22.04]
python-version: [3.10.x]
steps:
- name: Checkout
Expand Down

0 comments on commit 86b8358

Please sign in to comment.