File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5151 - name : install system package
5252 run : |
5353 dnf update -y
54- apt install libsdl2-dev gcc g++ make git jq unzip curl wget -y
54+ dnf install libsdl2-dev gcc g++ make git jq unzip wget -y
5555
5656 - name : Set TERM variable
5757 run : echo "TERM=xterm" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1212 include :
1313 - os : macos-13
1414 - os : macos-14
15+ - os : macos-15
1516 runs-on : ${{ matrix.os }}
1617
1718 steps :
4041 chmod 777 *
4142 ./XEngine_LINEnv.sh -i 3
4243 - name : Set up Dependency Arm64 Environment
43- if : matrix.os == 'macos-14'
44+ if : matrix.os == 'macos-14' || matrix.os == 'macos-15'
4445 run : |
4546 latest_tag=$(git ls-remote --tags --sort="v:refname" https://github.com/libxengine/libxengine.git | awk '{print $2}' | sed 's/refs\/tags\///' | tail -n 1)
4647 wget https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Mac_Arm64.zip
You can’t perform that action at this time.
0 commit comments