mirror of
https://github.com/simtactics/SimAINet.git
synced 2025-03-22 11:42:19 +00:00
Bumped Github CI to .NET 8
This commit is contained in:
parent
e7184729df
commit
740285f727
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.platforms }}
|
runs-on: ${{ matrix.platforms }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
dotnet: ["6.0.x"]
|
dotnet: ["8.0.x"]
|
||||||
platforms: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
platforms: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue