Skip to content

Commit 25afa58

Browse files
committed
Using v5.2 of the comms and v6.1 of the commsdsl in github actions and appveyor.
1 parent ac394e0 commit 25afa58

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: v5.2
22+
COMMSDSL_BRANCH: v6.1
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: v5.2
7+
COMMSDSL_BRANCH: v6.1
88

99
jobs:
1010

0 commit comments

Comments
 (0)