Runner image: ubuntu-latest -> ubuntu-24.04

This commit is contained in:
Sergey B Kirpichev
2025-09-02 13:14:20 +03:00
parent 4cf6c37a73
commit bb1087f6f1
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: Run coverage tests
on: workflow_call on: workflow_call
jobs: jobs:
coverage: coverage:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
strategy: strategy:
fail-fast: true fail-fast: true
env: env:
+1 -1
View File
@@ -2,7 +2,7 @@ name: Build & test docs
on: workflow_call on: workflow_call
jobs: jobs:
docs: docs:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
with: with:
+2 -2
View File
@@ -3,7 +3,7 @@ on: push
jobs: jobs:
build: build:
name: Build distributions name: Build distributions
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
with: with:
@@ -22,7 +22,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
needs: needs:
- build - build
runs-on: ubuntu-latest runs-on: ubuntu-24.04
steps: steps:
- uses: actions/download-artifact@v5 - uses: actions/download-artifact@v5
with: with:
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
needs: needs:
- linter - linter
- coverage - coverage
runs-on: ubuntu-latest runs-on: ubuntu-24.04
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: