Skip to content

Commit a4f8389

Browse files
committed
Remove windows-2019 support
* See actions/runner-images#12045
1 parent d4ef88e commit a4f8389

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,14 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14, macos-15, windows-2019, windows-2022, windows-2025, windows-11-arm ]
20+
os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14, macos-15, windows-2022, windows-2025, windows-11-arm ]
2121
ruby: [
2222
'1.9', '2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', ruby-head,
2323
jruby, jruby-head,
2424
truffleruby, truffleruby-head,
2525
truffleruby+graalvm, truffleruby+graalvm-head
2626
]
2727
include:
28-
- { os: windows-2019, ruby: mingw }
29-
- { os: windows-2019, ruby: mswin }
3028
- { os: windows-2022, ruby: mingw }
3129
- { os: windows-2022, ruby: mswin }
3230
- { os: windows-2022, ruby: ucrt }
@@ -81,24 +79,19 @@ jobs:
8179
- { os: windows-11-arm, ruby: jruby }
8280
- { os: windows-11-arm, ruby: jruby-head }
8381
# RubyInstaller has no 64-bit builds of 1.9 on Windows
84-
- { os: windows-2019, ruby: '1.9' }
8582
- { os: windows-2022, ruby: '1.9' }
8683
- { os: windows-2025, ruby: '1.9' }
8784
- { os: windows-11-arm, ruby: '1.9' }
8885
# TruffleRuby does not support Windows
89-
- { os: windows-2019, ruby: truffleruby }
9086
- { os: windows-2022, ruby: truffleruby }
9187
- { os: windows-2025, ruby: truffleruby }
9288
- { os: windows-11-arm, ruby: truffleruby }
93-
- { os: windows-2019, ruby: truffleruby-head }
9489
- { os: windows-2022, ruby: truffleruby-head }
9590
- { os: windows-2025, ruby: truffleruby-head }
9691
- { os: windows-11-arm, ruby: truffleruby-head }
97-
- { os: windows-2019, ruby: truffleruby+graalvm }
9892
- { os: windows-2022, ruby: truffleruby+graalvm }
9993
- { os: windows-2025, ruby: truffleruby+graalvm }
10094
- { os: windows-11-arm, ruby: truffleruby+graalvm }
101-
- { os: windows-2019, ruby: truffleruby+graalvm-head }
10295
- { os: windows-2022, ruby: truffleruby+graalvm-head }
10396
- { os: windows-2025, ruby: truffleruby+graalvm-head }
10497
- { os: windows-11-arm, ruby: truffleruby+graalvm-head }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The action works on these [GitHub-hosted runners](https://docs.github.com/en/act
5151
| ---------------- | --------- |
5252
| Ubuntu | `ubuntu-22.04`, `ubuntu-24.04`, `ubuntu-22.04-arm`, `ubuntu-24.04-arm` |
5353
| macOS | `macos-13` and newer versions |
54-
| Windows | `windows-2019`, `windows-2022`, `windows-2025`, `windows-11-arm` |
54+
| Windows | `windows-2022`, `windows-2025`, `windows-11-arm` |
5555

5656
Not all combinations of runner images and versions are supported.
5757
The list of available Ruby versions can be seen in [ruby-builder-versions.json](ruby-builder-versions.json) for Ubuntu and macOS
@@ -243,7 +243,7 @@ It is recommended to first get your build working on Ubuntu and macOS before try
243243
* For Ruby < 2.4, the DevKit MSYS tools are installed and prepended to the `Path`.
244244
* Use JRuby 9.2.20+ on Windows (older versions have [bugs](https://github.com/ruby/setup-ruby/issues/18#issuecomment-889072695)).
245245
* JRuby on Windows has multiple issues ([jruby/jruby#7106](https://github.com/jruby/jruby/issues/7106), [jruby/jruby#7182](https://github.com/jruby/jruby/issues/7182)).
246-
* When compiling extension code, note that the packages required to build Ruby are included when using Windows 2022, but that Windows 2019 does not include all of them, and may require installing package(s). This can be done with [setup-ruby-pkgs](https://github.com/ruby/setup-ruby-pkgs) or via MSYS2's pacman. These packages may be required when installing or updating Ruby std-lib extension gems.
246+
* When compiling extension code, note that the packages required to build Ruby are included when using Windows 2022. Additional packages can be installed with [setup-ruby-pkgs](https://github.com/ruby/setup-ruby-pkgs) or via MSYS2's `pacman`. These packages may be required when installing or updating Ruby stdlib extension gems.
247247

248248
## Versioning
249249

common.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ const GitHubHostedPlatforms = [
175175
'ubuntu-22.04-arm64',
176176
'ubuntu-24.04-x64',
177177
'ubuntu-24.04-arm64',
178-
'windows-2019-x64',
179178
'windows-2022-x64',
180179
'windows-2025-x64',
181180
'windows-11-arm64'

dist/index.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy