Skip to content

Commit 7327f96

Browse files
committed
Upgrade GitHub Actions workflows to macOS 11 and Ubuntu 20.04 LTS (Focal)
1 parent e47cb2f commit 7327f96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/javacv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
STAGING_REPOSITORY: ${{ secrets.STAGING_REPOSITORY }}
1010
jobs:
1111
linux-x86_64:
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-20.04
1313
container: ubuntu:bionic
1414
steps:
1515
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
sudo: false
2020
macosx-x86_64:
21-
runs-on: macos-10.15
21+
runs-on: macos-11
2222
steps:
2323
- uses: bytedeco/javacpp-presets/.github/actions/deploy-macosx@actions
2424
- uses: mxschmitt/action-tmate@v3.5

0 commit comments

Comments
 (0)