Skip to content

Commit

Permalink
ci: bump open62541 versions to 1.2.10 and 1.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Sep 2, 2024
1 parent bacff89 commit 557a292
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,29 +104,29 @@ jobs:
cmp: gcc
configuration: default
base: "7.0"
open62541: "1.3.6"
name: "7.0 Ub-20 open62541-1.3.6"
open62541: "1.3.12"
name: "7.0 Ub-20 open62541-1.3.12"

- os: ubuntu-20.04
cmp: gcc
configuration: default
base: "7.0"
open62541: "1.2.7"
name: "7.0 Ub-20 open62541-1.2.7"
open62541: "1.2.10"
name: "7.0 Ub-20 open62541-1.2.10"

- os: ubuntu-20.04
cmp: gcc
configuration: default
base: "3.15"
open62541: "1.3.6"
name: "3.15 Ub-20 open62541-1.3.6"
open62541: "1.3.12"
name: "3.15 Ub-20 open62541-1.3.12"

- os: ubuntu-20.04
cmp: gcc
configuration: default
base: "3.15"
open62541: "1.2.7"
name: "3.15 Ub-20 open62541-1.2.7"
open62541: "1.2.10"
name: "3.15 Ub-20 open62541-1.2.10"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 557a292

Please sign in to comment.