diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0297ea1..759c459 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, ubuntu-20.04, macos-12, windows-2019, windows-2022] + os: [ubuntu-22.04, ubuntu-24.04, macos-latest, windows-2019, windows-2022] steps: - uses: actions/checkout@v3 diff --git a/powershell-yaml.psd1 b/powershell-yaml.psd1 index 48dc9f8..2475fe0 100644 --- a/powershell-yaml.psd1 +++ b/powershell-yaml.psd1 @@ -29,7 +29,6 @@ ModuleVersion = '0.4.8' PrivateData = @{ PSData = @{ - Prerelease = 'rc2' LicenseUri = 'https://github.com/cloudbase/powershell-yaml/blob/master/LICENSE' ProjectUri = 'https://github.com/cloudbase/powershell-yaml' }