Skip to content

Commit

Permalink
use ubuntu-16.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Mar 16, 2021
1 parent 48372e0 commit 0b5502b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
# Runtime Tests
runtime-test:
name: Runtime Tests
runs-on: ubuntu-latest
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
# Self-host Tests
self-host-test:
name: Self-host Tests
runs-on: ubuntu-latest
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
# Self-parity Tests
self-parity-test:
name: Self-parity Tests
runs-on: ubuntu-latest
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
# Compiler Tests
compiler-test:
name: Compiler Tests
runs-on: ubuntu-latest
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
# CLI Tests
cli-test:
name: CLI Tests
runs-on: ubuntu-latest
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 0b5502b

Please sign in to comment.