Skip to content

Commit

Permalink
Use latest images in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AndydeCleyre committed Oct 5, 2024
1 parent 44711aa commit 25184c9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:

- name: fetch code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:

- name: fetch code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:

- name: fetch code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reqs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- cron: '53 8 * * *'
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:

- name: fetch code (develop) and zpy submodule
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:

types:

runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:

Expand All @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12, windows-2022]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 25184c9

Please sign in to comment.