Skip to content

Commit

Permalink
feat: RoR sample (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jul 26, 2024
1 parent 328a08f commit ff5f6b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
- name: End Sinatra application
run: pkill -f sinatra.teb

test-sinatra:
test-rails:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ macos-13, macos-14 ]
matrix:
os: [ macos-13, macos-14 ]
steps:
- name: Select XCode
uses: maxim-lobanov/setup-xcode@v1
Expand Down

0 comments on commit ff5f6b2

Please sign in to comment.