diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-06-20 11:07:45 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-06-20 12:35:16 +0900 |
| commit | 1e428366aeacbd924930be69283161c431f13bdf (patch) | |
| tree | fb3f62df5f1776e31fb4c57dc3e9c98bc02f527a | |
| parent | fafae10d9a19e966f5c4cccbe7a6e6a418821c62 (diff) | |
Use windows-2025 image because that have pre-installed winget
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13660
| -rw-r--r-- | .github/workflows/wsl.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/wsl.yml b/.github/workflows/wsl.yml index e6b4133b76..af490dffd7 100644 --- a/.github/workflows/wsl.yml +++ b/.github/workflows/wsl.yml @@ -16,7 +16,7 @@ on: jobs: wsl: - runs-on: windows-latest + runs-on: windows-2025 if: >- ${{!(false @@ -29,9 +29,6 @@ jobs: )}} steps: - - name: Install winget - uses: Cyberboss/install-winget@v1 - - name: Install or update WSL uses: Ubuntu/WSL/.github/actions/wsl-install@main with: |
