Skip to content

Commit ba6e9b5

Browse files
committed
test
1 parent 2c3104b commit ba6e9b5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/linux-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [ push, pull_request ]
44

55
jobs:
66
linux-aarch64:
7-
if: 0
7+
if: 1
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4

.github/workflows/linux-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [ push, pull_request ]
44

55
jobs:
66
linux-x86_64:
7-
if: 0
7+
if: 1
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4

.github/workflows/macos-aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [ push, pull_request ]
44

55
jobs:
66
macos-aarch64:
7-
if: 0
7+
if: 1
88
runs-on: macos-14
99
# macos-latest (macos-14) 变更了 CPU 架构,由 x86_64 变更为 arm64
1010
# macos-14 CPU 架构 arm64

.github/workflows/macos-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [ push, pull_request ]
44

55
jobs:
66
macos-x86_64:
7-
if: 0
7+
if: 1
88
runs-on: macos-13
99
# macos-latest (macos-14) 变更了 CPU 架构,由 x86_64 变更为 arm64
1010
# macos-14 CPU 架构 arm64

.github/workflows/windows-cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [ push, pull_request ]
44

55
jobs:
66
windows-cygwin:
7-
if: 0
7+
if: 1
88
runs-on: windows-latest
99
steps:
1010
- name: Prepare git

0 commit comments

Comments
 (0)