Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-latest]
os: [ubuntu-latest, ubuntu-24.04-arm, macos-15-intel, macos-latest]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
args: ["--fix", "--show-fixes", "icechunk-python/"]

- repo: https://github.com/rhysd/actionlint
rev: v1.7.7
rev: v1.7.8
hooks:
- id: actionlint
files: ".github/workflows/"
Expand Down
2 changes: 1 addition & 1 deletion docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- Announcement bar -->
{% block announce %}
<div class="banner">Announcing Icechunk 1.0: Ready for production workloads. <a href="https://earthmover.io/blog/icechunk-1-0-production-grade-cloud-native-array-storage-is-here" target="_blank">Read more</a.</div>
<div class="banner">Announcing Upcoming Icechunk 2.0 alpha: New Features and Higher Performance. <a href="https://earthmover.io/blog/evolving-our-tensor-storage-engine-a-preview-of-icechunk-2" target="_blank">Read more</a.</div>
{% endblock %}


Expand Down