Skip to content

Commit

Permalink
Merge pull request #2854 from knorth55/fix-ga
Browse files Browse the repository at this point in the history
[ga] run on ubuntu 20.04
  • Loading branch information
k-okada authored Dec 6, 2024
2 parents a3283f8 + 41abd69 commit c80a511
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ on:
- master
pull_request:

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
ros:
runs-on: ubuntu-latest
container: ubuntu:18.04
container: ubuntu:20.04
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
Expand Down

0 comments on commit c80a511

Please sign in to comment.