Skip to content

Commit e21ad84

Browse files
authored
GitHub actions 2 (#122)
* Create learn-github-actions.yml * Create github-actions.yml * Delete .travis.yml * Delete learn-github-actions.yml * Update github-actions.yml * Update github-actions.yml * Create github-actions.yml * Update and rename github-actions.yml to build.yml
1 parent 219f0af commit e21ad84

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/github-actions.yml renamed to .github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
name: Github-Actions
18+
name: Build
1919

2020
on: [push, pull_request]
2121

@@ -24,8 +24,9 @@ concurrency:
2424
cancel-in-progress: true
2525

2626
jobs:
27-
build:
28-
runs-on: ubuntu-latest
27+
build:
28+
runs-on: ubuntu-22.04
29+
2930
steps:
3031
- uses: actions/checkout@v3
3132

0 commit comments

Comments
 (0)