Skip to content

Commit

Permalink
Update reusable-e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muno92 authored Dec 24, 2024
1 parent bb7e327 commit c8cd69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
operating-system: [ ubuntu-latest, windows-latest, macos-latest ]
dotnet-version: [ '3.1', '5.0', '6.0', '7.0', '8.0', '9.0' ]
# macos-latest is ARM Runner, so .NET Core 3.1 and .NET 5 cannot be used.
runs-on: ${{ (contains(fromJSON('["3.1", "5.0"]'), matrix.dotnet-version) && matrix.operating-system == 'macos-latest' && 'macos-13') || matrix.operating-system }}
runs-on: ${{ (contains(fromJSON('["3.1", "5.0"]'), matrix.dotnet-version) && (matrix.operating-system == 'macos-latest' && 'macos-13') || (matrix.operating-system == 'ubuntu-latest' && 'ubuntu-22.04')) || matrix.operating-system }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c8cd69c

Please sign in to comment.