Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/macbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ jobs:
#./XEngine_StreamMediaApp -t

- name: Upload folder as artifact with mac x64
if: matrix.os == 'macos-15-intel'
if: matrix.os == 'macos-26-intel'
uses: actions/upload-artifact@v7
with:
name: XEngine_StreamMediaApp-Mac_x86_64
path: XEngine_Release/
retention-days: 1
- name: Upload folder as artifact with mac arm
if: matrix.os == 'macos-15'
if: matrix.os == 'macos-26'
uses: actions/upload-artifact@v7
with:
name: XEngine_StreamMediaApp-Mac_Arm64
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ XEngine_StreamMedia V2.15.0.1001

ci:mint系统错误修正
ci:更新fedora 44支持并且删除了41
ci:更新MACOS系统为26版本
更新:依赖库
修改:统一vs 的运行库
修改:codeql 扫描的问题修正
修改:使用安全的文件创建打开函数

ci:fix mint system is incorrect
ci:update fedora 44 support and delete 41
ci:update macos system to 26 version build
update:depend library
modify:vs c runtime unified
modify:codeql scan problem fix
Expand Down
Loading