Skip to content

Commit 18fa5bd

Browse files
committed
💚 Modernize MacOS and Windows workflows
- make them evergreen
1 parent e58cc2f commit 18fa5bd

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- 'main'
7-
- '*-maintenance'
8-
- '*-dev'
97
- '*-stable'
108
tags:
119
- '!*' # Do not execute on tags
@@ -38,9 +36,7 @@ jobs:
3836
bundler:
3937
- latest
4038
ruby:
41-
- "2.7"
42-
- "3.0"
43-
- "3.1"
39+
- ruby
4440
- truffleruby
4541

4642
runs-on: macos-latest

.github/workflows/windows.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- 'main'
7-
- '*-maintenance'
8-
- '*-dev'
97
- '*-stable'
108
tags:
119
- '!*' # Do not execute on tags
@@ -38,9 +36,7 @@ jobs:
3836
bundler:
3937
- latest
4038
ruby:
41-
- "2.7"
42-
- "3.0"
43-
- "3.1"
39+
- ruby
4440

4541
runs-on: windows-latest
4642
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}

0 commit comments

Comments
 (0)