Skip to content

Commit

Permalink
fix: always run CI jobs on latest runner images
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Jul 16, 2024
1 parent 725eb3f commit da7facd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- macos-11
- windows-2022
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- macos-11
- windows-2022
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
description: ${{ github.repository }}/${{ github.workflow }}#${{ github.run_number }}

publish:
runs-on: macos-14
runs-on: macos-latest
needs: create_staging_repository
steps:
- name: Checkout repository
Expand Down

0 comments on commit da7facd

Please sign in to comment.