Skip to content

Commit d22cd81

Browse files
committed
ged rid of ubuntu versioning
1 parent f6e511c commit d22cd81

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/spec.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ permissions:
1111

1212
jobs:
1313
spec:
14+
runs-on: ubuntu-latest
15+
name: Ruby ${{ matrix.ruby }}
1416
strategy:
1517
matrix:
16-
os: ['ubuntu-22.04', 'ubuntu-24.04']
17-
ruby-version: ['3.2', '3.3', '3.4']
18-
runs-on: ${{ matrix.os }}
19-
18+
ruby:
19+
- '3.2'
20+
- '3.3'
21+
- '3.4'
2022
steps:
2123
- uses: actions/checkout@v3
2224
- name: Set up Ruby

0 commit comments

Comments
 (0)