Skip to content

Commit

Permalink
[CI] Fixing gh-pages.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Esteban Martinena <orensbruli@gmail.com>
  • Loading branch information
orensbruli committed Nov 22, 2022
1 parent 3dbbed6 commit e94c496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
branches: [ master ]
jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container:
image: docker://ros:foxy-ros-base-focal
image: rostooling/setup-ros-docker:ubuntu-jammy-latest
steps:
- name: download-deps
run: |
Expand Down

0 comments on commit e94c496

Please sign in to comment.