File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66 name : ' Build gem'
77 strategy :
88 matrix :
9- platform : [ubuntu-latest, macos-latest ]
9+ platform : [' ubuntu-20.04', ' macos-12' ]
1010 config : ['debug', 'release']
1111 runs-on : ${{ matrix.platform }}
1212 env :
Original file line number Diff line number Diff line change 99
1010jobs :
1111 test :
12- runs-on : ubuntu-latest
12+ runs-on : ' ubuntu-20.04 '
1313 steps :
1414 - uses : actions/checkout@v3
1515 - uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 99
1010jobs :
1111 test :
12- runs-on : ubuntu-latest
12+ runs-on : ' ubuntu-20.04 '
1313 steps :
1414 - uses : actions/checkout@v3
1515 - uses : actions/setup-go@v3
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 release-image :
15- runs-on : ubuntu-latest
15+ runs-on : ' ubuntu-20.04 '
1616 steps :
1717 - run : |
1818 if [ -z "$TAG" ]; then
Original file line number Diff line number Diff line change 99jobs :
1010 download-and-publish-gems :
1111 name : ' Download and publish gems'
12- runs-on : ubuntu-latest
12+ runs-on : ' ubuntu-20.04 '
1313 env :
1414 TAG : ${{ inputs.tag }}
1515 steps :
Original file line number Diff line number Diff line change 99 name : ' Build and upload artifacts'
1010 strategy :
1111 matrix :
12- platform : [ubuntu-latest, macos-latest ]
12+ platform : [' ubuntu-20.04', ' macos-12' ]
1313 config : ['debug', 'release']
1414 runs-on : ${{ matrix.platform }}
1515 env :
8888 create-release :
8989 name : ' Create release'
9090 needs : build-and-upload-artifacts
91- runs-on : ubuntu-latest
91+ runs-on : ' ubuntu-20.04 '
9292 steps :
9393 - uses : actions/checkout@v3
9494 - name : Create Release
You can’t perform that action at this time.
0 commit comments