Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Use ubuntu-16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
athomas authored Feb 1, 2021
1 parent 3ff0711 commit 5e3f9b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: always() && steps.install.outcome == 'success'

# Run tests on a matrix consisting of two dimensions:
# 1. OS: ubuntu-latest, (macos-latest, windows-latest)
# 1. OS: ubuntu-16.04
# 2. release channel: dev
test:
needs: analyze
Expand All @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
# Add macos-latest and/or windows-latest if relevant for this package.
os: [ubuntu-latest]
os: [ubuntu-16.04]
sdk: [dev]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5e3f9b1

Please sign in to comment.