Skip to content

Commit

Permalink
Upgrade GitHub Actions workflows to macOS 11 and Ubuntu 20.04 LTS (Fo…
Browse files Browse the repository at this point in the history
…cal)
  • Loading branch information
saudet committed Oct 8, 2022
1 parent e47cb2f commit 7327f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/javacv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
STAGING_REPOSITORY: ${{ secrets.STAGING_REPOSITORY }}
jobs:
linux-x86_64:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
container: ubuntu:bionic
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
Expand All @@ -18,7 +18,7 @@ jobs:
with:
sudo: false
macosx-x86_64:
runs-on: macos-10.15
runs-on: macos-11
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-macosx@actions
- uses: mxschmitt/action-tmate@v3.5
Expand Down

0 comments on commit 7327f96

Please sign in to comment.