File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 publish_package :
1818 name : Publish Package
19- runs-on : ubuntu-24 .04
19+ runs-on : ubuntu-22 .04
2020 needs : release_native
2121 steps :
2222 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1313jobs :
1414 native_info :
1515 name : Get Native Info
16- runs-on : ubuntu-24 .04
16+ runs-on : ubuntu-22 .04
1717 outputs :
1818 native_version : ${{ steps.read_package.outputs.native_version }}
1919 release_exists : ${{ steps.release_exists.outputs.result }}
@@ -50,17 +50,17 @@ jobs:
5050 fail-fast : true
5151 matrix :
5252 include :
53- - os : ubuntu-24 .04
53+ - os : ubuntu-22 .04
5454 shell : bash
5555 setup : |
5656 sudo apt update
5757 sudo apt install -y make g++ gcc python3
58- - os : ubuntu-24 .04-arm
58+ - os : ubuntu-22 .04-arm
5959 shell : bash
6060 setup : |
6161 sudo apt update
6262 sudo apt install -y make g++ gcc python3
63- - os : ubuntu-24 .04
63+ - os : ubuntu-22 .04
6464 image : node:24.10.0-alpine3.22
6565 shell : sh
6666 setup : |
@@ -113,7 +113,7 @@ jobs:
113113
114114 upload_release :
115115 name : Upload Release
116- runs-on : ubuntu-24 .04
116+ runs-on : ubuntu-22 .04
117117 needs :
118118 - native_info
119119 - build_binaries
You can’t perform that action at this time.
0 commit comments