Skip to content

Commit

Permalink
Updating version of the dependencies in the github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Apr 13, 2024
1 parent 3487852 commit 0d113aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ configuration:
- Release

environment:
COMMS_TAG: develop
CC_TOOLS_QT_TAG: develop
CC_MQTT5_GENERATED_TAG: v2.6
CC_MQTT5_LIBS_TAG: develop
COMMS_TAG: v5.2.3
CC_TOOLS_QT_TAG: v5.2.1
CC_MQTT5_GENERATED_TAG: v2.7
CC_MQTT5_LIBS_TAG: v0.4
matrix:
- CPP_STD: 17
QT_MAJOR: 5
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Github Actions Build
on: [push]

env:
COMMS_TAG: develop
CC_TOOLS_QT_TAG: develop
CC_MQTT5_GENERATED_TAG: v2.6
CC_MQTT5_LIBS_TAG: develop
COMMS_TAG: v5.2.3
CC_TOOLS_QT_TAG: v5.2.1
CC_MQTT5_GENERATED_TAG: v2.7
CC_MQTT5_LIBS_TAG: v0.4

jobs:

Expand Down

0 comments on commit 0d113aa

Please sign in to comment.