Skip to content

Commit

Permalink
Raised the minimum supported macOS to version 13
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Dec 8, 2024
1 parent 94694fc commit 69859d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
arch: x86

- target: x86_64-apple-darwin
os: macos-12
os: macos-13
arch: x64

- target: aarch64-apple-darwin
os: macos-12
os: macos-13
arch: x64

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: kitao/pyxel/.github/workflows/build.yml@main

release:
runs-on: macos-12
runs-on: macos-13
needs: build
steps:
- name: Check out repository
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- Updated the sysinfo crate to version 0.33
- Updated the glow crate to version 0.16
- Updated the bindgen crate to version 0.71
- Raised the minimum supported macOS to version 13

## 2.2.7

Expand Down

0 comments on commit 69859d2

Please sign in to comment.