File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 66 name : " Cross compile the gem on different ruby versions"
77 strategy :
88 matrix :
9- os : ["macos-latest", "ubuntu-22.04 ", "windows-latest"]
9+ os : ["macos-latest", "shopify- ubuntu-22", "shopify- windows-latest"]
1010 runs-on : " ${{ matrix.os }}"
1111 steps :
1212 - name : " Checkout code"
2828 needs : compile
2929 strategy :
3030 matrix :
31- os : ["macos-latest", "ubuntu-22.04 ", "windows-latest"]
31+ os : ["macos-latest", "shopify- ubuntu-22", "shopify- windows-latest"]
3232 rubies : ["3.1", "3.4"]
3333 type : ["cross", "native"]
3434 runs-on : " ${{ matrix.os }}"
5252 needs : test
5353 strategy :
5454 matrix :
55- os : ["macos-latest", "ubuntu-22.04 ", "windows-latest"]
55+ os : ["macos-latest", "shopify- ubuntu-22", "shopify- windows-latest"]
5656 runs-on : " ${{ matrix.os }}"
5757 steps :
5858 - name : " Checkout code"
Original file line number Diff line number Diff line change 1414 name : " Cross compile the gem on different ruby versions"
1515 strategy :
1616 matrix :
17- os : ["macos-latest", "ubuntu-22.04 ", "windows-latest"]
17+ os : ["macos-latest", "shopify- ubuntu-22", "shopify- windows-latest"]
1818 runs-on : " ${{ matrix.os }}"
1919 steps :
2020 - name : " Install gperf"
4242 needs : compile
4343 strategy :
4444 matrix :
45- os : ["macos-latest", "ubuntu-22.04 ", "windows-latest"]
45+ os : ["macos-latest", "shopify- ubuntu-22", "shopify- windows-latest"]
4646 rubies : ["3.4.7", "3.1.7"]
4747 type : ["cross", "native"]
4848 runs-on : " ${{ matrix.os }}"
6666 needs : test
6767 strategy :
6868 matrix :
69- os : ["macos-latest", "ubuntu-22.04 ", "windows-latest"]
69+ os : ["macos-latest", "shopify- ubuntu-22", "shopify- windows-latest"]
7070 runs-on : " ${{ matrix.os }}"
7171 steps :
7272 - name : " Setup Ruby"
8585 if : ${{ inputs.release }}
8686 name : " Release all gems with RubyGems"
8787 needs : install
88- runs-on : " ubuntu-latest"
88+ runs-on : " shopify- ubuntu-latest"
8989 steps :
9090 - name : " Setup Ruby"
9191 uses : " ruby/setup-ruby@v1"
Original file line number Diff line number Diff line change 55 lint :
66 timeout-minutes : 5
77 name : " Ruby linter"
8- runs-on : ubuntu-latest
8+ runs-on : shopify- ubuntu-latest
99 steps :
1010 - name : " Checkout code"
1111 uses : " actions/checkout@v5"
1818 test :
1919 timeout-minutes : 10
2020 name : " Testing the gem"
21- runs-on : ubuntu-latest
21+ runs-on : shopify- ubuntu-latest
2222 steps :
2323 - name : " Checkout code"
2424 uses : " actions/checkout@v5"
3333 gem_deps :
3434 timeout-minutes : 10
3535 name : " Ensure CLI is compatible no matter the gem dependencies"
36- runs-on : ubuntu-latest
36+ runs-on : shopify- ubuntu-latest
3737 steps :
3838 - name : " Checkout code"
3939 uses : " actions/checkout@v5"
You can’t perform that action at this time.
0 commit comments