Skip to content

Commit ad23033

Browse files
committed
CI: image upgrade to the latest stable
1 parent da13e55 commit ad23033

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
push:
9-
runs-on: 'ubuntu-20.04'
9+
runs-on: 'ubuntu-22.04'
1010
steps:
1111
- uses: actions/checkout@v2
1212

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.image }}
1515
strategy:
1616
matrix:
17-
image: [macos-10.15, ubuntu-20.04, windows-2019]
17+
image: [macos-12, ubuntu-22.04, windows-2022]
1818
env:
1919
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
2020
DOTNET_CLI_TELEMETRY_OPTOUT: 1

0 commit comments

Comments
 (0)