Skip to content

Commit

Permalink
feat: update macos version also
Browse files Browse the repository at this point in the history
  • Loading branch information
radupopa369 committed Mar 6, 2025
1 parent 48b7cf1 commit d015653
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- os: ubuntu-22.04
arch: x86_64
runs-on: buildjet-16vcpu-ubuntu-2204
- os: macos-13-latest
- os: macos-15
arch: arm64
runs-on: macos-14
runs-on: macos-15

runs-on: ${{ matrix.runs-on }}

Expand All @@ -56,9 +56,9 @@ jobs:
- os: ubuntu-22.04
arch: x86_64
runs-on: buildjet-16vcpu-ubuntu-2204
- os: macos-13-latest
- os: macos-15
arch: arm64
runs-on: macos-14
runs-on: macos-15

runs-on: ${{ matrix.runs-on }}

Expand Down

0 comments on commit d015653

Please sign in to comment.