Skip to content

Commit c01d0eb

Browse files
committed
test latest
1 parent 12ea3be commit c01d0eb

17 files changed

+27
-27
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
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
branch: [master, latest, ortools-unpatch]
12+
branch: [master, latest]
1313

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

.github/workflows/cmake-fetch-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, ortools-unpatch]
12+
branch: [master, latest]
1313

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

.github/workflows/cmake-fetch-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, ortools-unpatch]
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, ortools-unpatch]
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, ortools-unpatch]
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, ortools-unpatch]
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, ortools-unpatch]
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, ortools-unpatch]
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, ortools-unpatch]
12+
branch: [master, latest]
1313

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

.github/workflows/h-510-ts-macos.yml

Lines changed: 2 additions & 2 deletions
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: [hipo-tt]
12+
branch: [latest]
1313
config: [Release, Debug]
1414
all_tests: [ON, OFF]
1515

@@ -83,7 +83,7 @@ jobs:
8383
fail-fast: false
8484
matrix:
8585
os: [macos-latest]
86-
branch: [hipo-tt]
86+
branch: [latest]
8787
config: [Release, Debug]
8888
all_tests: [ON, OFF]
8989

0 commit comments

Comments
 (0)