From 65f2ce47bb2d296d9fa6183fd354f649458e3280 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Wed, 10 Jan 2024 18:45:54 -0800 Subject: [PATCH] fix: macos to osx --- .github/workflows/test-and-deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index f3874864c..7476fb3aa 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -429,10 +429,10 @@ jobs: run: cat output_linux.txt - name: Cat output_linux_without_git.txt run: cat output_linux_without_git.txt - - name: Cat output_macos.txt - run: cat output_macos.txt - - name: Cat output_macos_without_git.txt - run: cat output_macos_without_git.txt + - name: Cat output_osx.txt + run: cat output_osx.txt + - name: Cat output_osx_without_git.txt + run: cat output_osx_without_git.txt - name: Cat output_windows.txt run: cat output_windows.txt - name: Cat output_windows_without_git.txt