Skip to content

Commit

Permalink
Merge pull request #1049 from adamralph/update-sdks
Browse files Browse the repository at this point in the history
update SDKs
  • Loading branch information
adamralph authored Sep 8, 2024
2 parents 2c49403 + 00bf749 commit 7cb981d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,56 +18,56 @@ jobs:
os: macos-12
tests:
framework: net8.0
sdk: "8.0.303"
sdk: "8.0.401"
sdk-major-minor: "8.0"
# old macOS, latest LTS
- job:
os: macos-13
tests:
framework: net8.0
sdk: "8.0.303"
sdk: "8.0.401"
sdk-major-minor: "8.0"
# current macOS, latest LTS and latest
- job:
os: macos-14
tests:
framework: net8.0
sdk: "8.0.303"
sdk: "8.0.401"
sdk-major-minor: "8.0"
# old Linux, latest LTS
- job:
os: ubuntu-20.04
tests:
framework: net8.0
sdk: "8.0.303"
sdk: "8.0.401"
sdk-major-minor: "8.0"
# current Linux, all
- job:
os: ubuntu-22.04
tests:
framework: net6.0
sdk: "6.0.424"
sdk: "6.0.425"
sdk-major-minor: "6.0"
- job:
os: ubuntu-22.04
upload: true
tests:
framework: net8.0
sdk: "8.0.303"
sdk: "8.0.401"
sdk-major-minor: "8.0"
# old Windows, latest LTS
- job:
os: windows-2019
tests:
framework: net8.0
sdk: "8.0.303"
sdk: "8.0.401"
sdk-major-minor: "8.0"
# current Windows, latest LTS and latest
- job:
os: windows-2022
tests:
framework: net8.0
sdk: "8.0.303"
sdk: "8.0.401"
sdk-major-minor: "8.0"
name: ${{ matrix.job.os }}-sdk-${{ matrix.tests.sdk-major-minor }}
runs-on: ${{ matrix.job.os }}
Expand All @@ -76,7 +76,7 @@ jobs:
with:
dotnet-version: |
${{ matrix.tests.sdk }}
8.0.303
8.0.401
- run: dotnet --info
- run: git --version
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infer-sharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
dotnet-version: '8.0.303'
dotnet-version: '8.0.401'
- uses: actions/[email protected]
- run: dotnet build
- run: ls -al
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
dotnet-version: 8.0.303
dotnet-version: 8.0.401
- uses: actions/[email protected]
- env:
MINVER_VERSION: ${{ vars.MINVER_VERSION }}
Expand Down

0 comments on commit 7cb981d

Please sign in to comment.