Skip to content

Commit

Permalink
use ubuntu-22.04 images
Browse files Browse the repository at this point in the history
  • Loading branch information
aaperis committed Oct 14, 2024
1 parent 617de25 commit 4dcb872
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aggregate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- run: |
sudo apt-get install -yq aspell
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
dependabot:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: ${{ github.head_ref == 'create-pull-request/patch' }}
steps:
- name: Wait other jobs are passed or failed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
python-version: ["3.11"]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 4dcb872

Please sign in to comment.