Skip to content

Commit

Permalink
Update builder to latest (#894)
Browse files Browse the repository at this point in the history
* Update builder to latest
  • Loading branch information
bretambrose authored Mar 24, 2022
1 parent 7df88ac commit 1a8e29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
- '!main'

env:
BUILDER_VERSION: v0.8.27
BUILDER_VERSION: v0.9.15
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
BUILDER_SOURCE: releases
PACKAGE_NAME: aws-c-common
LINUX_BASE_IMAGE: ubuntu-16-x64
LINUX_BASE_IMAGE: ubuntu-18-x64
RUN: ${{ github.run_id }}-${{ github.run_number }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 1a8e29b

Please sign in to comment.