Skip to content

Commit 4e85a72

Browse files
authored
Github Actions: fixing typo in runs-on field (GoogleCloudPlatform#1833)
* Java 11 * runs-on * no java 11 for now
1 parent b88697b commit 4e85a72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/ci.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
name: ci
77
jobs:
88
units:
9-
run-on: ubuntu-latest
9+
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
1212
java: [8]

0 commit comments

Comments
 (0)