File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
release :
10
- runs-on : macos-14
10
+ runs-on : macos-15
11
11
outputs :
12
12
current_tag : ${{ steps.tag.outputs.current_tag }}
13
13
steps :
19
19
node-version : 22
20
20
cache : npm
21
21
- name : Setup Ruby
22
- uses : ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
22
+ uses : ruby/setup-ruby@v1
23
+ with :
24
+ ruby-version : ' 3.1.0'
25
+ bundler-cache : true
23
26
- name : Cache Gems
24
27
id : cache-gems
25
28
uses : actions/cache@v2
46
49
publish-docs :
47
50
needs : release
48
51
if : needs.release.outputs.current_tag != ''
49
- runs-on : macos-14
52
+ runs-on : macos-15
50
53
steps :
51
54
- name : Checkout repository
52
55
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
publish-docs :
13
13
if : github.event.inputs.tag != ''
14
- runs-on : macos-14
14
+ runs-on : macos-15
15
15
steps :
16
16
- name : Checkout repository
17
17
uses : actions/checkout@v4
20
20
- name : Setup Ruby
21
21
uses : ruby/setup-ruby@v1
22
22
with :
23
+ ruby-version : ' 3.1.0'
23
24
bundler-cache : true
24
25
- name : Submodules
25
26
run : git submodule update --init --recursive
You can’t perform that action at this time.
0 commit comments