Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Upgrade ubuntu runner to latest #2112

Merged
merged 1 commit into from May 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-checker.yml
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build Checker
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle-examples.yml
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build Gradle Examples Ubuntu
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-maven-examples.yml
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build Maven Examples Ubuntu
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -14,12 +14,12 @@ jobs:
matrix:
os:
- macos-latest
- ubuntu-18.04
- ubuntu-latest
java:
- 8
# TODO: Java 11 build doesn't work due to Java7 target.
include:
- os: ubuntu-18.04
- os: ubuntu-latest
java: 8
coverage: true
steps:
Expand Down