Skip to content

Commit f06dd40

Browse files
committed
update dotnet sdk version
1 parent d977f18 commit f06dd40

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/pull_request.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
matrix:
99
os:
1010
- windows-2022
11-
- ubuntu-20.04
11+
- ubuntu-22.04
1212
- macos-11
1313
include:
1414
- os: windows-2022
1515
osimage: windows-2022
1616
exename: cs2mmd.exe
1717
runtime: win-x64
18-
- os: ubuntu-20.04
19-
osimage: ubuntu-20.04
18+
- os: ubuntu-22.04
19+
osimage: ubuntu-22.04
2020
exename: cs2mmd
2121
runtime: linux-x64
2222
- os: macos-11
@@ -27,9 +27,9 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v3
2929
- uses: actions/setup-dotnet@v2
30-
name: "setup dotnet 7.0"
30+
name: "setup dotnet 9.0"
3131
with:
32-
dotnet-version: "7.0.x"
32+
dotnet-version: "9.0.x"
3333
- uses: actions/setup-dotnet@v2
3434
name: "setup dotnet 8.0"
3535
with:

.github/workflows/push.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
matrix:
1212
os:
1313
- windows-2022
14-
- ubuntu-20.04
14+
- ubuntu-22.04
1515
- macos-11
1616
- macos-12-arm
1717
include:
1818
- os: windows-2022
1919
osimage: windows-2022
2020
exename: cs2mmd.exe
2121
runtime: win-x64
22-
- os: ubuntu-20.04
23-
osimage: ubuntu-20.04
22+
- os: ubuntu-22.04
23+
osimage: ubuntu-22.04
2424
exename: cs2mmd
2525
runtime: linux-x64
2626
- os: macos-11
@@ -35,9 +35,9 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v3
3737
- uses: actions/setup-dotnet@v2
38-
name: "setup dotnet 7.0"
38+
name: "setup dotnet 9.0"
3939
with:
40-
dotnet-version: "7.0.x"
40+
dotnet-version: "9.0.x"
4141
- uses: actions/setup-dotnet@v2
4242
name: "setup dotnet 8.0"
4343
with:
@@ -77,7 +77,7 @@ jobs:
7777
path: "artifacts/archive/Release/${{ matrix.runtime }}/*.zip"
7878
if: ${{ matrix.os == 'windows-2022' }}
7979
get_artifact_list:
80-
runs-on: ubuntu-20.04
80+
runs-on: ubuntu-22.04
8181
needs: default
8282
steps:
8383
- uses: actions/download-artifact@v3

.github/workflows/release.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ jobs:
88
matrix:
99
os:
1010
- windows-2022
11-
- ubuntu-20.04
11+
- ubuntu-22.04
1212
- macos-11
1313
- macos-12-arm
1414
include:
1515
- os: windows-2022
1616
osimage: windows-2022
1717
exename: cs2mmd.exe
1818
runtime: win-x64
19-
- os: ubuntu-20.04
20-
osimage: ubuntu-20.04
19+
- os: ubuntu-22.04
20+
osimage: ubuntu-22.04
2121
exename: cs2mmd
2222
runtime: linux-x64
2323
- os: macos-11
@@ -32,9 +32,9 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v3
3434
- uses: actions/setup-dotnet@v2
35-
name: "setup dotnet 7.0"
35+
name: "setup dotnet 9.0"
3636
with:
37-
dotnet-version: "7.0.x"
37+
dotnet-version: "9.0.x"
3838
- uses: actions/setup-dotnet@v2
3939
name: "setup dotnet 8.0"
4040
with:
@@ -73,12 +73,12 @@ jobs:
7373
if: ${{ matrix.os == 'windows-2022' }}
7474
release:
7575
needs: build
76-
runs-on: ubuntu-20.04
76+
runs-on: ubuntu-22.04
7777
steps:
7878
- uses: actions/setup-dotnet@v2
79-
name: "setup dotnet 7.0.x"
79+
name: "setup dotnet 9.0.x"
8080
with:
81-
dotnet-version: "7.0.x"
81+
dotnet-version: "9.0.x"
8282
- uses: actions/setup-dotnet@v2
8383
name: "setup dotnet 8.0.x"
8484
with:

0 commit comments

Comments
 (0)