File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 3232 - { os: macos, compiler: gcc }
3333 - { os: macos, compiler: cl }
3434 include :
35- - { os: linux, runs-on: ubuntu-latest }
35+ - { os: linux, runs-on: ubuntu-22.04 }
3636 - { os: macos, runs-on: macos-latest }
3737 - { os: windows, runs-on: windows-latest }
3838 # Warnings are treated as errors by default.
@@ -111,6 +111,11 @@ jobs:
111111 sudo apt-get update
112112 sudo apt-get install -y libx11-dev
113113 fi
114+ - name : Setup Node.js
115+ if : matrix.os == 'linux'
116+ uses : actions/setup-node@v4
117+ with :
118+ node-version : ' 20.x'
114119 - name : Setup
115120 if : steps.filter.outputs.should-run == 'true'
116121 uses : ./.github/actions/common-setup
Original file line number Diff line number Diff line change 22 push :
33 tags :
44 - " v*"
5-
5+ pull_request :
6+ branches :
7+ - " master"
68name : centos7-gcc9 Release
79jobs :
810 build :
9- runs-on : ubuntu-latest
11+ runs-on : ubuntu-22.04
1012 steps :
1113 - uses : actions/checkout@v4
1214 with :
2123 options : -v ${{ github.workspace }}:/home/app -v /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt
2224 run : |
2325 export PATH=$PATH:/cmake-3.30.0-linux-x86_64/bin/
24-
26+ yum install -y lua
2527 source /opt/rh/devtoolset-9/enable
2628
2729 cd /home/app
4042 else
4143 version=$triggering_ref
4244 fi
43- base=$(pwd)/slang-${version}-linux-x86_64-glibc-2.17
45+ base=$(pwd)/slang-${version}-linux-x86_64-glibc-2.35
4446
4547 sudo mv "$(pwd)/build/dist-release/slang.zip" "${base}.zip"
4648 echo "SLANG_BINARY_ARCHIVE_ZIP=${base}.zip" >> "$GITHUB_OUTPUT"
Original file line number Diff line number Diff line change 1414 - " README.md"
1515 tags :
1616 - " v*"
17+ workflow_dispatch :
1718
1819jobs :
1920 release :
2728 - {
2829 os : linux,
2930 platform : x86_64,
30- runs-on : ubuntu-latest ,
31+ runs-on : ubuntu-22.04 ,
3132 compiler : gcc,
3233 }
3334 - {
You can’t perform that action at this time.
0 commit comments