Skip to content

Commit

Permalink
git: Bumped macOS runners to macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Nov 24, 2024
1 parent c78b4a3 commit 3497716
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:

# MacOS build
macos:
runs-on: macos-12
runs-on: macos-13

strategy:
fail-fast: false
Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:
gh actions-cache delete "build-macos-arm64-cache" --confirm || true
macos-arm64-package:
runs-on: macos-12
runs-on: macos-13
name: 🍎 macOS 12.1 arm64 Packaging
needs: macos-arm64-build
env:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,9 @@ To use ImHex, the following minimal system requirements need to be met.
- **OS**:
- **Windows**: Windows 7 or higher (Windows 10/11 recommended)
- **macOS**: macOS 12.1 (Monterey) or higher,
- Lower versions are supported, but you'll need to compile ImHex yourself
- **macOS**: macOS 13 (Ventura) or higher,
- Lower versions should still work too, but you'll need to compile ImHex yourself. The release binaries will NOT work.
- The macOS build is not signed and will require you to manually allow them in the Security & Privacy settings.
- **Linux**: "Modern" Linux. The following distributions have official releases available. Other distros are supported through the AppImage and Flatpak releases.
- Ubuntu and Debian
- Fedora
Expand Down

0 comments on commit 3497716

Please sign in to comment.