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: