Skip to content

Commit

Permalink
Upgrade GitHub Actions workflow to Ubuntu 18.04 LTS (Bionic)
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Aug 10, 2021
1 parent 9ad9a83 commit ab0efa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-javacpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
STAGING_REPOSITORY: ${{ secrets.STAGING_REPOSITORY }}
jobs:
linux-x86_64:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
container: centos:7
steps:
- uses: bytedeco/javacpp-presets/.github/actions/deploy-centos@actions

0 comments on commit ab0efa1

Please sign in to comment.