Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bundle-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 90
strategy:
fail-fast: false
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 90
strategy:
fail-fast: false
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -41,7 +41,7 @@ jobs:
check_package_size:
name: Check Package Size
needs: build
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand All @@ -55,7 +55,7 @@ jobs:
installation_test:
name: Installation Test
needs: build
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand All @@ -75,7 +75,7 @@ jobs:
update_from_v4_test:
name: Migration From v4 Test
needs: build
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand All @@ -94,7 +94,7 @@ jobs:
update_from_v5_test:
name: Update From v5 Test
needs: build
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand All @@ -113,7 +113,7 @@ jobs:
serverspec_test:
name: Serverspec Test
needs: build
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion fluent-package/msi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# The latest chocolatey requires .net 4.8, and wixtoolset requires .net 3.5,
# To satisfy both of them without reboot, use sdk image.
ARG FROM=mcr.microsoft.com/dotnet/framework/sdk:3.5-windowsservercore-ltsc2019
ARG FROM=mcr.microsoft.com/dotnet/framework/sdk:3.5-windowsservercore-ltsc2022
FROM ${FROM}

# Launch the following command as if cmd /S /C ...
Expand Down
Loading