Skip to content

Commit df9711c

Browse files
authored
Merge pull request #26 from PickNikRobotics/pr-update-workflow-ubuntu-distro
Fix ci-coverage-build.yml job
2 parents 22485ea + e0f6e4b commit df9711c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-coverage-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
coverage:
1212
name: coverage build
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
strategy:
1515
fail-fast: false
1616
env:
@@ -29,7 +29,7 @@ jobs:
2929
picknik_reset_fault_controller
3030

3131
vcs-repo-file-url: |
32-
https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/picknik_controllers-not-released.${{ env.ROS_DISTRO }}.repos?token=${{ secrets.GITHUB_TOKEN }}
32+
https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/picknik_controllers-not-released.${{ env.ROS_DISTRO }}.repos
3333
colcon-defaults: |
3434
{
3535
"build": {

0 commit comments

Comments
 (0)