From ccbbc519ccf44643ed803bbdefc8a3cd830156b3 Mon Sep 17 00:00:00 2001 From: Sehyo Chang Date: Mon, 25 Sep 2023 17:30:53 -0700 Subject: [PATCH] change macos to 13 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a71032f..c514e710 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: fail-fast: false matrix: # os: [ubuntu-latest, windows-latest, macOS-latest] - os: [ubuntu-latest, macOS-latest] + os: [ubuntu-latest, macOS-13] rust: [stable] node-version: [ '16', '18', '20' ] steps: