Skip to content

Commit 4950a06

Browse files
fixed CI
1 parent adc1445 commit 4950a06

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/Engine-CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
macOS:
1212
uses: ./.github/workflows/macOS-build.yml
1313

14-
linux:
15-
uses: ./.github/workflows/linux-build.yml
14+
# linux:
15+
# uses: ./.github/workflows/linux-build.yml

.github/workflows/macOS-build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
name: ZEngine macOS Build
22

3-
on:
4-
push:
5-
branches: [ master, develop ]
6-
pull_request:
7-
branches: [ master, develop ]
8-
93
jobs:
104
macOS-Intel-Build:
115
runs-on: macos-13

0 commit comments

Comments
 (0)