Skip to content

Commit e4286e2

Browse files
committed
add v17 CI
1 parent b08a2d3 commit e4286e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cmake-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "CMake Windows"
22

33
on:
44
push:
5-
branches: [z80,rebase-v15,rebase-v16]
5+
branches: [z80,rebase-v16,rebase-v17]
66

77
jobs:
88
build-llvm:

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "CMake Linux/macOS"
22

33
on:
44
push:
5-
branches: [z80,rebase-v15,rebase-v16]
5+
branches: [z80,rebase-v16,rebase-v17]
66

77
jobs:
88
build-llvm:

0 commit comments

Comments
 (0)