Skip to content

Commit

Permalink
Pin runner image OS version (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r authored Jan 16, 2025
1 parent 1463af8 commit f0ee67f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Code quality checks.
pre-commit:
name: Run pre-commit
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
- pre-commit
permissions:
security-events: write
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -64,7 +64,7 @@ jobs:
name: Run tests
needs:
- pre-commit
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand All @@ -87,7 +87,7 @@ jobs:
name: Build package
needs:
- run-tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-latest
- ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
name: Test Docker image
needs:
- run-tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
name: Test Docker ${{ matrix.docker-version }} image build
needs:
- run-tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
docker-version:
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
needs:
- test-docker-image
- test-docker-image-build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
needs:
- test-docker-image
- test-docker-image-build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Get package artifacts
uses: actions/download-artifact@v4
Expand All @@ -349,7 +349,7 @@ jobs:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Get package artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit f0ee67f

Please sign in to comment.