Skip to content

Commit 84bf962

Browse files
authored
ci: build on macos (#2)
1 parent b1d5548 commit 84bf962

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: ruby-3.0
22+
ruby-version: ruby-3
2323
bundler-cache: true
2424
- name: Test
2525
run: bundle exec rake
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install
3939
uses: ruby/setup-ruby@v1
4040
with:
41-
ruby-version: ruby-3.0
41+
ruby-version: ruby-3
4242
bundler-cache: true
4343
- name: Lint
4444
run: bundle exec rubocop
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
os:
50-
# - macos-latest
50+
- macos-latest
5151
- ubuntu-latest
5252
ruby:
5353
- ruby-2.6

0 commit comments

Comments
 (0)