Skip to content

Commit

Permalink
Merge pull request #396 from xt0rted/xt0rted-patch-1
Browse files Browse the repository at this point in the history
Update runners with latest versions
  • Loading branch information
xt0rted authored Feb 18, 2025
2 parents 88c848f + fea1729 commit 7b783ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -75,7 +78,7 @@ jobs:

- name: Upload artifacts
uses: actions/[email protected]
if: matrix.os == 'ubuntu-22.04'
if: matrix.os == 'ubuntu-24.04'
with:
name: nupkg
path: ./artifacts/*.nupkg
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7b783ff

Please sign in to comment.