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

Commit

Permalink
Upgrade ubuntu runner to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass committed May 3, 2023
1 parent a37129e commit 7de7d64
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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

0 comments on commit 7de7d64

Please sign in to comment.