Skip to content

Commit 659d5b8

Browse files
committed
stop using the deprecated Ubuntu 20.04 runner image
1 parent 138e99c commit 659d5b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: smdn/Smdn.Fundamentals/.github/workflows/test.yml@workflows/test/v1.4.1
5252
with:
5353
project: ${{ inputs.project }}
54-
os: ${{ inputs.os == '' && 'ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, windows-latest, macos-latest' || inputs.os }}
54+
os: ${{ inputs.os == '' && 'ubuntu-24.04, ubuntu-22.04, windows-latest, macos-latest' || inputs.os }}
5555
extra_options_common: '/p:TestReleasedPackage=true'
5656
verbose: ${{ inputs.verbose == 'true' }}
5757
path_proj_install_project_assets: "eng/InstallProjectAssets.proj"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: smdn/Smdn.Fundamentals/.github/workflows/test.yml@workflows/test/v1.4.1
7070
with:
7171
project: ${{ inputs.project }}
72-
os: ${{ inputs.os == '' && 'ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, windows-latest, macos-latest' || inputs.os }}
72+
os: ${{ inputs.os == '' && 'ubuntu-24.04, ubuntu-22.04, windows-latest, macos-latest' || inputs.os }}
7373
verbose: ${{ inputs.verbose == 'true' }}
7474
path_proj_install_project_assets: "eng/InstallProjectAssets.proj"
7575
dotnet_sdk_version: ${{ inputs.dotnet_sdk_version == '' && '8.0.100' || inputs.dotnet_sdk_version }}

0 commit comments

Comments
 (0)