We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da13e55 commit ad23033Copy full SHA for ad23033
.github/workflows/docker.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
push:
9
- runs-on: 'ubuntu-20.04'
+ runs-on: 'ubuntu-22.04'
10
steps:
11
- uses: actions/checkout@v2
12
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.image }}
15
strategy:
16
matrix:
17
- image: [macos-10.15, ubuntu-20.04, windows-2019]
+ image: [macos-12, ubuntu-22.04, windows-2022]
18
env:
19
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
20
DOTNET_CLI_TELEMETRY_OPTOUT: 1
0 commit comments