fix: Updates Github Actions & Azure Pipelines (#1192)

This commit is contained in:
Kamron Batman 2022-10-16 10:10:55 -07:00 committed by GitHub
parent 3396338926
commit 5e7dbb53c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 23 deletions

View file

@ -14,19 +14,17 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-11
name: MacOS 11
- os: macos-12
name: MacOS 12
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.401
dotnet-version: 6.0.402
- name: Build
run: ./publish.cmd Release
- name: Test
@ -48,13 +46,13 @@ jobs:
steps:
- name: Install Prerequisites
run: dnf makecache --refresh && dnf install -y findutils libicu
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.401
dotnet-version: 6.0.402
- name: Build
run: ./publish.cmd Release
- name: Test