Skip to content

Commit

Permalink
pin Rust nightly to 2023-09-06
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Sep 8, 2023
1 parent a1a5a62 commit 14a884c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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-08-13]
rust: [nightly-2023-09-06]
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-08-13]
rust: [nightly-2023-09-06]
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-08-13]
rust: [nightly-2023-09-06]
job:
- os: ubuntu-latest
os-name: linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.job.os }}
strategy:
matrix:
rust: [nightly-2023-08-13]
rust: [nightly-2023-09-06]
job:
- os: ubuntu-latest
os-name: linux
Expand Down

0 comments on commit 14a884c

Please sign in to comment.