Skip to content

Commit

Permalink
GHA tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
neob91-close committed Dec 10, 2024
1 parent 97be7e0 commit 79fa359
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ env:

jobs:
static-code-analysis:
runs-on: ubuntu-20.04
runs-on: ubuntu-24-04
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.12.3'
architecture: 'x64'

- name: Install dependencies
Expand All @@ -41,7 +41,7 @@ jobs:
run: flake8

check-compiled-requirements:
runs-on: arc-amd64-runners
runs-on: ubuntu-24.04
if: ${{ !contains(github.event.head_commit.message, '#notests') }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
matrix:
include:
- arch: amd64
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
- arch: arm64
runs-on: gh-arm64-runners

Expand Down

0 comments on commit 79fa359

Please sign in to comment.