Skip to content

Commit

Permalink
chore(CI): Use Ubuntu 18.04 (#88)
Browse files Browse the repository at this point in the history
* CI: Use Ubuntu 18.04

* CI: use ubuntu 20.04
  • Loading branch information
ManasJayanth authored Aug 24, 2023
1 parent 02b5d5a commit f578935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-20.04, macos-latest, windows-latest]
steps:
- uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- template: .ci/build-platform.yml
parameters:
platform: Linux
vmImage: ubuntu-latest
vmImage: ubuntu-20.04

- template: .ci/build-platform.yml
parameters:
Expand Down

0 comments on commit f578935

Please sign in to comment.