Skip to content

Commit

Permalink
Use ubuntu-22.04 image
Browse files Browse the repository at this point in the history
  • Loading branch information
polsala committed Jan 30, 2025
1 parent ee875eb commit a675447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install Python 2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
run-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
# You can use PyPy versions in python-version.
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
- name: Run test
run: |
mamba
mamba

0 comments on commit a675447

Please sign in to comment.