diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cef6c19..c1315f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: # macos-latest is arm64 # ubuntu-latest is x64 # ubuntu-latest is x64 - os: [ubuntu-latest, ubuntu-24.04-arm, ubumacos-latest, macos-13] + os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-13] runs-on: ${{ matrix.os }}