Skip to content

Commit 4e6644c

Browse files
committed
ci:update
1 parent bd57f43 commit 4e6644c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/fedora_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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

.github/workflows/macbuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
include:
1313
- os: macos-13
1414
- os: macos-14
15+
- os: macos-15
1516
runs-on: ${{ matrix.os }}
1617

1718
steps:
@@ -40,7 +41,7 @@ jobs:
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

0 commit comments

Comments
 (0)