Skip to content

Commit 193f04e

Browse files
committed
remove cmake branch because it is already merged
1 parent 5eefeb5 commit 193f04e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/cmake-fetch-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
# os: [ubuntu-latest, windows-latest]
1111
os: [ubuntu-latest]
12-
branch: [master, latest, cmake]
12+
branch: [master, latest]
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/cmake-find-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
branch: [master, latest, cmake]
12+
branch: [master, latest]
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/cmake-find-build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [macos-latest]
12-
branch: [master, latest, cmake]
12+
branch: [master, latest]
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/cmake-find-build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [windows-latest]
12-
branch: [master, latest, cmake]
12+
branch: [master, latest]
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/cmake-find-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
branch: [master, latest, cmake]
12+
branch: [master, latest]
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/cmake-find-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [macos-latest]
12-
branch: [master, latest, cmake]
12+
branch: [master, latest]
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/cmake-find-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [windows-latest]
12-
branch: [master, latest, cmake]
12+
branch: [master, latest]
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)