Skip to content

Commit 278c6cb

Browse files
author
Skye
committed
chore: fix ci
1 parent 266227e commit 278c6cb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/natives.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
platform: [macos-15, macos-15-intel, ubuntu-22.04, windows-2025]
12+
platform: [macos-15, macos-15-intel, ubuntu-22.04, ubuntu-22.04-arm, windows-2025]
1313
runs-on: ${{ matrix.platform }}
1414
steps:
1515
- name: Run sccache-cache
1616
uses: mozilla-actions/sccache-action@v0.0.9
17+
with:
18+
version: "v0.12.0"
1719
- uses: actions/checkout@v4
1820
- name: Deploy Rust to CI
1921
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)