Skip to content

Commit

Permalink
publish: pin nightly to the same nightly Polars is pinned to
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Aug 26, 2024
1 parent cef1f93 commit 3d82c6a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# runs-on: macos-latest
strategy:
matrix:
rust: [nightly-2024-07-26]
rust: [nightly-2024-08-26]
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-2024-07-26]
rust: [nightly-2024-08-26]
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-2024-07-26]
rust: [nightly-2024-08-26]
job:
- os: ubuntu-latest
os-name: linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-polars-pinned-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
# set to the pinned nightly version known to work with polars
toolchain: nightly-2024-07-26
toolchain: nightly-2024-08-26
profile: minimal
components: rust-src
target: x86_64-unknown-linux-gnu
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-2024-07-26]
rust: [nightly-2024-08-26]
job:
- os: ubuntu-latest
os-name: linux
Expand Down

0 comments on commit 3d82c6a

Please sign in to comment.