diff --git a/.github/project.yml b/.github/project.yml index 9076f4e..13c0668 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,4 +1,4 @@ name: power-server release: - current-version: 0.5.0 - next-version: 0.5.1-SNAPSHOT + current-version: 0.6.0 + next-version: 0.6.1-SNAPSHOT diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1f17c1..2b93b8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: needs: [maven-release] strategy: matrix: - os: [ ubuntu-latest, macOS-latest, macos-13 ] + os: [ ubuntu-latest, macos-latest, macos-15-intel ] uses: ./.github/workflows/native-build.yml with: platform: ${{ matrix.os }}