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 18, 2024
1 parent 2768f90 commit 24f36a1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/javacv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,21 @@ env:
STAGING_REPOSITORY: ${{ secrets.STAGING_REPOSITORY }}
jobs:
linux-x86_64:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
- uses: mxschmitt/[email protected]
if: ${{ github.event_name == 'workflow_dispatch' }}
with:
sudo: false
macosx-arm64:
runs-on: macos-14
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-macosx@actions
- uses: mxschmitt/[email protected]
if: ${{ github.event_name == 'workflow_dispatch' }}
macosx-x86_64:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-macosx@actions
- uses: mxschmitt/[email protected]
Expand Down

0 comments on commit 24f36a1

Please sign in to comment.