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
jobs:
coverage:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
fail-fast: true
env:
+1 -1
View File
@@ -2,7 +2,7 @@ name: Build & test docs
on: workflow_call
jobs:
docs:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
with:
+2 -2
View File
@@ -3,7 +3,7 @@ on: push
jobs:
build:
name: Build distributions
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
with:
@@ -22,7 +22,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
needs:
- build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/download-artifact@v5
with:
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
needs:
- linter
- coverage
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix: