Skip to content

Commit

Permalink
Use macOS 12 in CI (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer authored Jun 24, 2024
1 parent e2eec8e commit 2de8eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
image: ubuntu-20.04
arch: aarch64
- name: x86_64-darwin
image: macos-11
image: macos-12
arch: x86_64
- name: aarch64-darwin
image: macos-11
image: macos-12
arch: aarch64
runs-on: ${{ matrix.image }}
needs: lint-files
Expand Down

0 comments on commit 2de8eea

Please sign in to comment.