Skip to content

Commit 9fc58f9

Browse files
committed
Revert "Using develop branches of the dependencies in the CI."
This reverts commit c94e808.
1 parent 15f81ae commit 9fc58f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ configuration:
1818
- Release
1919

2020
environment:
21-
COMMS_BRANCH: develop
22-
COMMSDSL_BRANCH: develop
21+
COMMS_BRANCH: master
22+
COMMSDSL_BRANCH: master
2323
matrix:
2424
- CPP_STD: 11
2525
- CPP_STD: 14

.github/workflows/actions_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Github Actions Build
33
on: [push]
44

55
env:
6-
COMMS_BRANCH: develop
7-
COMMSDSL_BRANCH: develop
6+
COMMS_BRANCH: master
7+
COMMSDSL_BRANCH: master
88

99
jobs:
1010

0 commit comments

Comments
 (0)