Skip to content

Commit

Permalink
Remove MacOS from CI because of 10x cost multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian Weber authored and Arian Weber committed Feb 7, 2024
1 parent 2bd9d65 commit 0d74e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: ${{ matrix.os }} with Ruby v${{ matrix.ruby }}
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
os: [ 'ubuntu-latest', 'windows-latest' ]
ruby: [ '3.1', '2.6' ]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 0d74e6c

Please sign in to comment.