Skip to content

Commit

Permalink
ci: try running macOS job on macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed Feb 16, 2024
1 parent c4ba511 commit c84eef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
arch: x86_64

- os: macos
runs-on: macos-12
arch: x86_64
runs-on: macos-14
arch: arm64

name: "${{ matrix.os }}-${{ matrix.arch }}"
runs-on: ${{ matrix.runs-on }}
Expand Down

0 comments on commit c84eef4

Please sign in to comment.