Skip to content

Commit 01ca182

Browse files
authored
chore: pin CI to ubuntu 18.04 (#1091)
1 parent fcd2b55 commit 01ca182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
should-skip:
77
continue-on-error: true
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-18.04
99
# Map a step output to a job output
1010
outputs:
1111
should-skip-job: ${{steps.skip-check.outputs.should_skip}}
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [ubuntu-latest]
24+
os: [ubuntu-18.04]
2525
test-type: [unit, playback, playback-min]
2626
env:
2727
BROWSER_STACK_USERNAME: ${{secrets.BROWSER_STACK_USERNAME}}

0 commit comments

Comments
 (0)