Linux has more testing, we should do the extra checks there

This commit is contained in:
Ben Kimock 2022-09-13 10:12:57 -04:00
parent a00fa96336
commit 93e41f625a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set the tag GC interval to 1 on linux
if: runner.os == 'macOS'
if: runner.os == 'Linux'
run: echo "MIRIFLAGS=-Zmiri-tag-gc=1" >> $GITHUB_ENV
# We install gnu-tar because BSD tar is buggy on macOS builders of GHA.