Skip to content

Commit

Permalink
Update ci_homebrew.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Jan 22, 2025
1 parent 0c5adec commit a7a79d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['1.6', '1']
os: [ubuntu-latest, macOS-latest]
version: ['lts', '1']
os: [ubuntu-latest, macos-latest]
arch: [x64]
allow_failure: [false]
include:
Expand All @@ -23,7 +23,7 @@ jobs:
arch: x64
allow_failure: true
- version: 'nightly'
os: macOS-latest
os: macos-latest
arch: x64
allow_failure: true
steps:
Expand Down

0 comments on commit a7a79d6

Please sign in to comment.