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 a70621a commit 92b7a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: arc-amd64-runners
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 Down

0 comments on commit 92b7a6a

Please sign in to comment.