Skip to content

Commit

Permalink
Use older Ubuntu in CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreeman committed Dec 16, 2019
1 parent 2581496 commit 25b1872
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
jobs:
test-locked-deps:
name: Locked Deps
runs-on: ubuntu-latest
runs-on: ubuntu-16.04
steps:
- name: Checkout Code
uses: actions/checkout@v1
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

test-old-dependencies:
name: Oldest Supported Env
runs-on: ubuntu-latest
runs-on: ubuntu-16.04
steps:
- name: Checkout Code
uses: actions/checkout@v1
Expand All @@ -74,7 +74,7 @@ jobs:

test-try:
name: Ember Try
runs-on: ubuntu-latest
runs-on: ubuntu-16.04
needs: [test-locked-deps]
strategy:
matrix:
Expand All @@ -96,7 +96,7 @@ jobs:

test-packages:
name: Test Packages
runs-on: ubuntu-latest
runs-on: ubuntu-16.04
needs: [test-locked-deps]
steps:
- name: Checkout Code
Expand Down

0 comments on commit 25b1872

Please sign in to comment.