diff --git a/README.md b/README.md index 3c4cc52..f46d875 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ and Erlang/OTP. | `ubuntu-24.04` | 24.3 - 28 | x86_64, arm64 | ✅ | `windows-2019` | 21\* - 25 | 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-14` | 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` | `win19` | `windows-2019` | `win22` | `windows-2022` +| `win25` | `windows-2025` | `macos13` | `macOS-13` | `macos14` | `macOS-14` | `macos15` | `macOS-15` @@ -297,7 +299,7 @@ on: push jobs: test: - runs-on: windows-2022 + runs-on: windows-2025 steps: - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 diff --git a/dist/index.js b/dist/index.js index c77e31c..bce8008 100644 --- a/dist/index.js +++ b/dist/index.js @@ -26523,6 +26523,7 @@ function getRunnerOSVersion() { ubuntu24: 'ubuntu-24.04', win19: 'windows-2019', win22: 'windows-2022', + win25: 'windows-2025', macos13: 'macOS-13', macos14: 'macOS-14', macos15: 'macOS-15', diff --git a/src/setup-beam.js b/src/setup-beam.js index 73e65c0..24d2053 100644 --- a/src/setup-beam.js +++ b/src/setup-beam.js @@ -648,6 +648,7 @@ function getRunnerOSVersion() { ubuntu24: 'ubuntu-24.04', win19: 'windows-2019', win22: 'windows-2022', + win25: 'windows-2025', macos13: 'macOS-13', macos14: 'macOS-14', macos15: 'macOS-15',