Skip to content

Commit e83370f

Browse files
committed
run on mac os due to subtle diffs
1 parent f78c520 commit e83370f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121

2222
jobs:
2323
test-rewatch:
24-
runs-on: ubuntu-latest
24+
runs-on: macos-14
2525
env:
2626
RUST_BACKTRACE: "1"
2727

@@ -38,8 +38,8 @@ jobs:
3838
id: build-cache
3939
uses: actions/cache@v4
4040
with:
41-
path: rewatch/target
42-
key: rewatch-build-v2-ubuntu-24.04-${{ hashFiles('rewatch/src/**', 'rewatch/Cargo.lock') }}
41+
path: rewatch/targed
42+
key: rewatch-build-v2-aarch64-apple-darwin-${{ hashFiles('rewatch/src/**', 'rewatch/Cargo.lock') }}
4343

4444
- name: Install musl gcc
4545
if: steps.build-cache.outputs.cache-hit != 'true' && runner.os == 'Linux'

0 commit comments

Comments
 (0)