Skip to content

Commit

Permalink
Upgrade GitHub Actions workflows to macOS 13 and Ubuntu 22.04 LTS (Ja…
Browse files Browse the repository at this point in the history
…mmy)
  • Loading branch information
saudet committed Nov 17, 2024
1 parent a2e910d commit c88b77e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/javacpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,47 +10,47 @@ env:
STAGING_REPOSITORY: ${{ secrets.STAGING_REPOSITORY }}
jobs:
# android-arm:
# runs-on: ubuntu-20.04
# runs-on: ubuntu-22.04
# steps:
# - uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
android-arm64:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
# android-x86:
# runs-on: ubuntu-20.04
# runs-on: ubuntu-22.04
# steps:
# - uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
android-x86_64:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
ios-arm64:
runs-on: macos-14
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-macosx@actions
ios-x86_64:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-macosx@actions
# linux-armhf:
# runs-on: ubuntu-20.04
# runs-on: ubuntu-22.04
# steps:
# - uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
linux-arm64:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
linux-ppc64le:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
# linux-x86:
# runs-on: ubuntu-20.04
# runs-on: ubuntu-22.04
# steps:
# - uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
linux-x86_64:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
CI_DEPLOY_OPTIONS: "" # to not skip tests
steps:
Expand All @@ -60,7 +60,7 @@ jobs:
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-macosx@actions
macosx-x86_64:
runs-on: macos-12
runs-on: macos-13
env:
CI_DEPLOY_OPTIONS: "" # to not skip tests
steps:
Expand All @@ -78,6 +78,6 @@ jobs:
redeploy:
# needs: [android-arm, android-arm64, android-x86, android-x86_64, ios-arm64, ios-x86_64, linux-armhf, linux-arm64, linux-ppc64le, linux-x86, linux-x86_64, macosx-arm64, macosx-x86_64, windows-x86, windows-x86_64]
needs: [android-arm64, android-x86_64, ios-arm64, ios-x86_64, linux-arm64, linux-ppc64le, linux-x86_64, macosx-arm64, macosx-x86_64, windows-x86_64]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: bytedeco/javacpp-presets/.github/actions/redeploy@actions

0 comments on commit c88b77e

Please sign in to comment.