Skip to content

Commit

Permalink
Merge pull request #23 from rust-amplify/resourceid
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky authored Jan 9, 2024
2 parents dd623ac + 51f7c65 commit d8470b8
Show file tree
Hide file tree
Showing 9 changed files with 251 additions and 282 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
- macos-11
- ubuntu-latest
- macos-12
- macos-latest
# - windows-2019
# - windows-2022
steps:
Expand All @@ -81,7 +81,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, beta, stable, 1.65.0 ]
toolchain: [ nightly, beta, stable, 1.66.0 ]
steps:
- uses: actions/checkout@v2
- name: Install rust ${{ matrix.toolchain }}
Expand Down
Loading

0 comments on commit d8470b8

Please sign in to comment.