Skip to content

Commit

Permalink
ci: use ubuntu-latest
Browse files Browse the repository at this point in the history
Align CI setup with what has been done in Homebrew/brew#18704
Use ubuntu-latest when the ubuntu version does not matter.
ubuntu-latest is equivalent to 22.04 right now so this does not change anything
  • Loading branch information
iMichka committed Nov 5, 2024
1 parent 25dd1f3 commit ba5d920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
generate-analytics:
if: startsWith( github.repository, 'Homebrew/' )
name: Generate analytics data
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Check out repository
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
generate-samples:
if: startsWith( github.repository, 'Homebrew/' )
name: Generate API samples
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Check out repository
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:

build:
needs: [generate-cask, generate-core, generate-analytics, generate-samples]
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Set up Git repository
Expand Down

0 comments on commit ba5d920

Please sign in to comment.