Skip to content

Commit

Permalink
pin robot test workflows to ubuntu-22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Jahn <54476893+antonjahn@users.noreply.github.com>
  • Loading branch information
antonjahn authored and simone-weiss committed Feb 21, 2025
1 parent 40d0278 commit fe03c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/robot-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
prepare-sdk:
name: Prepare SDK for Robot Testing
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
# Names of every Test Case defined
test_cases: ${{ steps.get_tests.outputs.test_cases }}
Expand All @@ -39,7 +39,7 @@ jobs:
echo "test_cases=$(./robot_tests/tools/extract_cases_names.py ./robot_tests/images.robot)" >> $GITHUB_OUTPUT
Test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: prepare-sdk
strategy:
fail-fast: false
Expand Down

0 comments on commit fe03c53

Please sign in to comment.