Skip to content

Commit

Permalink
pin Rust nightly to 2023-10-14
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Oct 15, 2023
1 parent 76a08fc commit a58d11c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: self-hosted
strategy:
matrix:
rust: [nightly-2023-10-12]
rust: [nightly-2023-10-14]
job:
- os: macos
os-name: macos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly-glibc-231-musl-1124.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ matrix.job.os }}
strategy:
matrix:
rust: [nightly-2023-10-12]
rust: [nightly-2023-10-14]
job:
- os: ubuntu-20.04
os-name: linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ${{ matrix.job.os }}
strategy:
matrix:
rust: [nightly-2023-10-12]
rust: [nightly-2023-10-14]
job:
- os: ubuntu-latest
os-name: linux
Expand Down

0 comments on commit a58d11c

Please sign in to comment.