diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 103c060a2..f90e65f4f 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -86,7 +86,7 @@ jobs: run: | git clone https://github.com/steveicarus/iverilog.git cd iverilog - git checkout ${{ vars.IVERILOG_VERSION }} + git checkout 192b6aec96fde982e6ddcb28b346d5893aa8e874 echo "IVERILOG_GIT=$(git rev-parse HEAD)" >> $GITHUB_ENV - name: Cache iverilog diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 62fbc59e8..b70bc4549 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -42,7 +42,7 @@ jobs: run: | git clone https://github.com/steveicarus/iverilog.git cd iverilog - git checkout ${{ vars.IVERILOG_VERSION }} + git checkout 192b6aec96fde982e6ddcb28b346d5893aa8e874 echo "IVERILOG_GIT=$(git rev-parse HEAD)" >> $GITHUB_ENV - name: Cache iverilog