diff --git a/.github/actions/presuite.rb b/.github/actions/presuite.rb index be98c8f89..569331ff0 100644 --- a/.github/actions/presuite.rb +++ b/.github/actions/presuite.rb @@ -135,7 +135,8 @@ def verify_facter_standalone_exits_0 # `documentation` group contains ronn and hpricot # both gems are ancient, dead upstream, don't compile on modern rubies # and are only required for building manpages - run('bundle install --without development:documentation') + run('bundle config set --local without "development documentation"') + run('bundle install') run('bundle exec facter') end end diff --git a/.github/workflows/acceptance_tests.yml b/.github/workflows/acceptance_tests.yml index 34dc799bb..a1a5f0316 100644 --- a/.github/workflows/acceptance_tests.yml +++ b/.github/workflows/acceptance_tests.yml @@ -22,7 +22,6 @@ jobs: - windows-2022 - ubuntu-22.04 - ubuntu-24.04 - - macos-13 fail-fast: false runs-on: ${{ matrix.os }} env: