mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 22:38:27 +08:00
fix: Revert Ubuntu target back to 20.04 for snap7 ppa availability
This commit is contained in:
6
.github/workflows/dotnet.yml
vendored
6
.github/workflows/dotnet.yml
vendored
@@ -71,14 +71,14 @@ jobs:
|
||||
artifacts: ${{ github.workspace }}/artifacts
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-22.04, macos-latest]
|
||||
os: [windows-latest, ubuntu-20.04, macos-latest]
|
||||
test-framework: [net6.0, net7.0]
|
||||
include:
|
||||
- os: ubuntu-22.04
|
||||
- os: ubuntu-20.04
|
||||
test-framework: net6.0
|
||||
installSnap7: true
|
||||
dotnet-sdk: '6.x'
|
||||
- os: ubuntu-22.04
|
||||
- os: ubuntu-20.04
|
||||
test-framework: net7.0
|
||||
installSnap7: true
|
||||
dotnet-sdk: '7.x'
|
||||
|
||||
Reference in New Issue
Block a user