We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47cb2f commit 7327f96Copy full SHA for 7327f96
.github/workflows/javacv.yml
@@ -9,7 +9,7 @@ env:
9
STAGING_REPOSITORY: ${{ secrets.STAGING_REPOSITORY }}
10
jobs:
11
linux-x86_64:
12
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
13
container: ubuntu:bionic
14
steps:
15
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
@@ -18,7 +18,7 @@ jobs:
18
with:
19
sudo: false
20
macosx-x86_64:
21
- runs-on: macos-10.15
+ runs-on: macos-11
22
23
- uses: bytedeco/javacpp-presets/.github/actions/deploy-macosx@actions
24
- uses: mxschmitt/action-tmate@v3.5
0 commit comments