We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78c520 commit e83370fCopy full SHA for e83370f
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ env:
21
22
jobs:
23
test-rewatch:
24
- runs-on: ubuntu-latest
+ runs-on: macos-14
25
env:
26
RUST_BACKTRACE: "1"
27
@@ -38,8 +38,8 @@ jobs:
38
id: build-cache
39
uses: actions/cache@v4
40
with:
41
- path: rewatch/target
42
- key: rewatch-build-v2-ubuntu-24.04-${{ hashFiles('rewatch/src/**', 'rewatch/Cargo.lock') }}
+ path: rewatch/targed
+ key: rewatch-build-v2-aarch64-apple-darwin-${{ hashFiles('rewatch/src/**', 'rewatch/Cargo.lock') }}
43
44
- name: Install musl gcc
45
if: steps.build-cache.outputs.cache-hit != 'true' && runner.os == 'Linux'
0 commit comments