From 18effc77265d2f019242fd5959557f44d3909ff9 Mon Sep 17 00:00:00 2001 From: Zach Gianos Date: Wed, 26 Jan 2022 21:32:26 -1000 Subject: [PATCH] ci: build on macos --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71a9b8b..f50f307 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Install uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.0 + ruby-version: ruby-3 bundler-cache: true - name: Test run: bundle exec rake @@ -38,7 +38,7 @@ jobs: - name: Install uses: ruby/setup-ruby@v1 with: - ruby-version: ruby-3.0 + ruby-version: ruby-3 bundler-cache: true - name: Lint run: bundle exec rubocop @@ -47,7 +47,7 @@ jobs: strategy: matrix: os: - # - macos-latest + - macos-latest - ubuntu-latest ruby: - ruby-2.6