Skip to content

Commit 93e41f6

Browse files
committed
Linux has more testing, we should do the extra checks there
1 parent a00fa96 commit 93e41f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v3
3636

3737
- name: Set the tag GC interval to 1 on linux
38-
if: runner.os == 'macOS'
38+
if: runner.os == 'Linux'
3939
run: echo "MIRIFLAGS=-Zmiri-tag-gc=1" >> $GITHUB_ENV
4040

4141
# We install gnu-tar because BSD tar is buggy on macOS builders of GHA.

0 commit comments

Comments
 (0)