From 7b86e2fbb7a2d780db4b48e97609490e659533b7 Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Mon, 17 Feb 2025 18:26:35 -0500 Subject: [PATCH 1/3] Update runners with latest versions --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62cec38..b501883 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,14 +24,17 @@ jobs: fail-fast: false matrix: os: - - macos-12 - macos-13 - macos-14 + - macos-15 - ubuntu-20.04 - ubuntu-22.04 + - ubuntu-22.04-arm - ubuntu-24.04 + - ubuntu-24.04-arm - windows-2019 - windows-2022 + - windows-2025 permissions: contents: read From 116f09d553a58cfcb512e56e146dda8f498ed86d Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Mon, 17 Feb 2025 18:28:54 -0500 Subject: [PATCH 2/3] Use latest ubuntu for artifacts --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b501883..1f4c1e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4.4.3 - if: matrix.os == 'ubuntu-22.04' + if: matrix.os == 'ubuntu-24.04' with: name: nupkg path: ./artifacts/*.nupkg From fea1729c48b53443ecf367637b92df607c8dd3eb Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Mon, 17 Feb 2025 20:21:39 -0500 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a51f2ce..72b9595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,12 @@ ### Updated - Build and test on macOS 14 +- Build and test on macOS 15 +- Build and test on Ubuntu 22.04 ARM - Build and test on Ubuntu 24.04 -- No longer built and tested on macOS 11 due to GitHub Actions [no longer supporting](https://github.com/actions/runner-images/issues/9255) that version +- Build and test on Ubuntu 24.04 ARM +- Build and test on Windows 2025 +- No longer built and tested on macOS 11 & 12 due to GitHub Actions [no longer supporting](https://github.com/actions/runner-images/issues/9255) those versions ## [0.2.0](https://github.com/xt0rted/dotnet-rimraf/compare/v0.1.0...v0.2.0) - 2024-04-10