Allow for Windows'25 container (#388)

This commit is contained in:
Loïc Hoguin
2025-10-01 13:12:32 +02:00
committed by GitHub
parent 033f103421
commit b94e7d372a
3 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -84,6 +84,7 @@ and Erlang/OTP.
| `ubuntu-24.04` | 24.3 - 28 | x86_64, arm64 | ✅ | `ubuntu-24.04` | 24.3 - 28 | x86_64, arm64 | ✅
| `windows-2019` | 21\* - 25 | x86_64, x86 | ✅ | `windows-2019` | 21\* - 25 | x86_64, x86 | ✅
| `windows-2022` | 21\* - 28 | x86_64, x86 | ✅ | `windows-2022` | 21\* - 28 | x86_64, x86 | ✅
| `windows-2025` | 21\* - 28 | x86_64, x86 | ✅
| `macOS-13` | 25.0 - 28 | x86_64, arm64 | ✅ | `macOS-13` | 25.0 - 28 | x86_64, arm64 | ✅
| `macOS-14` | 25.0 - 28 | x86_64, arm64 | ✅ | `macOS-14` | 25.0 - 28 | x86_64, arm64 | ✅
| `macOS-15` | 25.0 - 28 | x86_64, arm64 | ✅ | `macOS-15` | 25.0 - 28 | x86_64, arm64 | ✅
@@ -102,6 +103,7 @@ uses that to download assets:
| `ubuntu24` | `ubuntu-24.04` | `ubuntu24` | `ubuntu-24.04`
| `win19` | `windows-2019` | `win19` | `windows-2019`
| `win22` | `windows-2022` | `win22` | `windows-2022`
| `win25` | `windows-2025`
| `macos13` | `macOS-13` | `macos13` | `macOS-13`
| `macos14` | `macOS-14` | `macos14` | `macOS-14`
| `macos15` | `macOS-15` | `macos15` | `macOS-15`
@@ -297,7 +299,7 @@ on: push
jobs: jobs:
test: test:
runs-on: windows-2022 runs-on: windows-2025
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: erlef/setup-beam@v1 - uses: erlef/setup-beam@v1
+1
View File
@@ -26523,6 +26523,7 @@ function getRunnerOSVersion() {
ubuntu24: 'ubuntu-24.04', ubuntu24: 'ubuntu-24.04',
win19: 'windows-2019', win19: 'windows-2019',
win22: 'windows-2022', win22: 'windows-2022',
win25: 'windows-2025',
macos13: 'macOS-13', macos13: 'macOS-13',
macos14: 'macOS-14', macos14: 'macOS-14',
macos15: 'macOS-15', macos15: 'macOS-15',
+1
View File
@@ -648,6 +648,7 @@ function getRunnerOSVersion() {
ubuntu24: 'ubuntu-24.04', ubuntu24: 'ubuntu-24.04',
win19: 'windows-2019', win19: 'windows-2019',
win22: 'windows-2022', win22: 'windows-2022',
win25: 'windows-2025',
macos13: 'macOS-13', macos13: 'macOS-13',
macos14: 'macOS-14', macos14: 'macOS-14',
macos15: 'macOS-15', macos15: 'macOS-15',