From 4753f45037719f5e8a9e4dce09e0e0e9ee9358c3 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Thu, 25 Jan 2024 07:12:25 -0800 Subject: [PATCH] test on macos 13 --- .github/workflows/torsten_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/torsten_test.yml b/.github/workflows/torsten_test.yml index 5eb7fd1f52..a5bbf52c8a 100644 --- a/.github/workflows/torsten_test.yml +++ b/.github/workflows/torsten_test.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-13] steps: - uses: n1hility/cancel-previous-runs@v3