Skip to content

Commit

Permalink
chore: pin CI to ubuntu 18.04 (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev authored Mar 10, 2021
1 parent fcd2b55 commit 01ca182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
should-skip:
continue-on-error: true
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
# Map a step output to a job output
outputs:
should-skip-job: ${{steps.skip-check.outputs.should_skip}}
Expand All @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-18.04]
test-type: [unit, playback, playback-min]
env:
BROWSER_STACK_USERNAME: ${{secrets.BROWSER_STACK_USERNAME}}
Expand Down

0 comments on commit 01ca182

Please sign in to comment.