File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616jobs :
1717 setup :
1818 name : Set up
19- runs-on : ubuntu-24 .04
19+ runs-on : ubuntu-22 .04
2020 outputs :
2121 VERSION : ${{ steps.setup.outputs.VERSION }}
2222 DOING_RELEASE : ${{ steps.setup.outputs.DOING_RELEASE }}
@@ -41,27 +41,27 @@ jobs:
4141 matrix :
4242 include :
4343 - build : linux-amd64
44- os : ubuntu-24 .04
44+ os : ubuntu-22 .04
4545 runtime_library : ovmwasm
4646 artifact_name : ' onyx-linux-ovm-amd64'
4747 - build : linux-amd64
48- os : ubuntu-24 .04
48+ os : ubuntu-22 .04
4949 runtime_library : wasmer
5050 artifact_name : ' onyx-linux-wasmer-amd64'
5151 - build : linux-amd64
52- os : ubuntu-24 .04
52+ os : ubuntu-22 .04
5353 runtime_library : none
5454 artifact_name : ' onyx-linux-none-amd64'
5555 - build : linux-arm64
56- os : ubuntu-24 .04
56+ os : ubuntu-22 .04
5757 runtime_library : ovmwasm
5858 artifact_name : ' onyx-linux-ovm-arm64'
5959 - build : linux-arm64
60- os : ubuntu-24 .04
60+ os : ubuntu-22 .04
6161 runtime_library : wasmer
6262 artifact_name : ' onyx-linux-wasmer-arm64'
6363 - build : linux-arm64
64- os : ubuntu-24 .04
64+ os : ubuntu-22 .04
6565 runtime_library : none
6666 artifact_name : ' onyx-linux-none-arm64'
6767 - build : darwin-arm64
You can’t perform that action at this time.
0 commit comments