We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82dc66a commit fe2bd29Copy full SHA for fe2bd29
1 file changed
.github/workflows/build.yaml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ]
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
- name: "Update dependencies"
18
run: sudo apt-get update
19
- name: "Install dependencies"
@@ -29,7 +29,7 @@ jobs:
29
30
os: [ macos-13, macos-14 ]
31
32
33
34
run: brew tap robotology/formulae && brew install cmake pkg-config qt@5
35
- name: "Build"
0 commit comments