Skip to content

Commit

Permalink
use tagged repo tools and update to windows-latest image to match smi…
Browse files Browse the repository at this point in the history
…thy-kotlin
  • Loading branch information
aajtodd committed Oct 11, 2023
1 parent 9872471 commit 71307f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
with:
path: 'aws-kotlin-repo-tools'
repository: 'awslabs/aws-kotlin-repo-tools'
ref: 'gh-action'
ref: '0.2.3'
sparse-checkout: |
.github
- name: Checkout smithy-kotlin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-2019 ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 71307f3

Please sign in to comment.