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 12, 2024
1 parent 0449eda commit 5614b57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
static-code-analysis:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
run: ruff check --no-cache --output-format github .

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 @@ -73,7 +73,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 5614b57

Please sign in to comment.