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

Commit 5e3f9b1

Browse files
authored
Use ubuntu-16.04
1 parent 3ff0711 commit 5e3f9b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: always() && steps.install.outcome == 'success'
3838

3939
# Run tests on a matrix consisting of two dimensions:
40-
# 1. OS: ubuntu-latest, (macos-latest, windows-latest)
40+
# 1. OS: ubuntu-16.04
4141
# 2. release channel: dev
4242
test:
4343
needs: analyze
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
# Add macos-latest and/or windows-latest if relevant for this package.
49-
os: [ubuntu-latest]
49+
os: [ubuntu-16.04]
5050
sdk: [dev]
5151
steps:
5252
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)