Skip to content

Commit

Permalink
Update toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaklin committed Sep 18, 2024
1 parent 9b56cd0 commit ce80e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ARCHIVE_TYPES: tar.gz
RUSTTARGET: x86_64-unknown-linux-musl
EXTRA_FILES: "COPYRIGHT LICENSE-APACHE LICENSE-MIT README.md"
TOOLCHAIN_VERSION: stable-2023-12-28
TOOLCHAIN_VERSION: stable-2024-03-17
UPLOAD_MODE: none

- name: Upload artifacts
Expand All @@ -40,7 +40,7 @@ jobs:
ARCHIVE_TYPES: tar.gz
RUSTTARGET: x86_64-apple-darwin
EXTRA_FILES: "COPYRIGHT LICENSE-APACHE LICENSE-MIT README.md"
TOOLCHAIN_VERSION: stable-2023-12-28
TOOLCHAIN_VERSION: stable-2024-03-17
UPLOAD_MODE: none

- name: Upload artifacts
Expand Down

0 comments on commit ce80e87

Please sign in to comment.