From a7a79d6ed4a682f7af74b30ab538863362850f51 Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Tue, 21 Jan 2025 18:50:19 -0600 Subject: [PATCH] Update ci_homebrew.yml --- .github/workflows/ci_homebrew.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_homebrew.yml b/.github/workflows/ci_homebrew.yml index bd163bb..aad8df8 100644 --- a/.github/workflows/ci_homebrew.yml +++ b/.github/workflows/ci_homebrew.yml @@ -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: @@ -23,7 +23,7 @@ jobs: arch: x64 allow_failure: true - version: 'nightly' - os: macOS-latest + os: macos-latest arch: x64 allow_failure: true steps: