diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 5b514b9ff..b240d8595 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -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 @@ -23,7 +23,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '3.8' + python-version: '3.12.3' architecture: 'x64' - name: Install dependencies @@ -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 @@ -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