Skip to content

Commit

Permalink
Merge pull request #1528 from iMichka/ci
Browse files Browse the repository at this point in the history
ci: use ubuntu-latest
  • Loading branch information
EricFromCanada authored Nov 6, 2024
2 parents 3d21a8b + ba5d920 commit ed41db5
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 ed41db5

Please sign in to comment.