Skip to content

Commit

Permalink
Merge pull request #670 from andrsd/gha-vers
Browse files Browse the repository at this point in the history
maint: locking in ubuntu version on linux gha images
  • Loading branch information
andrsd authored Jan 4, 2025
2 parents 348a71a + a75ae39 commit 7f5d732
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

upload-to-codecov:
needs: [build]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
defaults:
run:
shell: bash -el {0}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Set up miniconda
uses: conda-incubator/setup-miniconda@v3
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
security-events: write
actions: read
name: Codacy Security Scan
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -139,7 +139,7 @@ jobs:
defaults:
run:
shell: bash -el {0}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
create-release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7f5d732

Please sign in to comment.