Skip to content

Commit

Permalink
macOS: Fixed readme link, remove macos 11 build (#46)
Browse files Browse the repository at this point in the history
* Remove extra space in link to macos binaries
* Remove macos-11 build because its slow and not useful
  • Loading branch information
jroweboy committed Mar 14, 2024
1 parent 5568d1c commit 9e1adfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -129,7 +129,6 @@ jobs:
matrix:
compiler: [clang]
platform: [
{os: macos-11, arch: x64},
{os: macos-12, arch: x64},
{os: macos-14, arch: arm64}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,8 +9,8 @@ Mesen is a multi-system emulator (NES, SNES, Game Boy, PC Engine, Master System/
Latest development builds:

* [Windows](https://nightly.link/SourMesen/Mesen2/workflows/build/master/Mesen%20%28Windows%29.zip)
* [macOS - Intel](https://nightly.link/SourMesen/Mesen2/workflows/build/master/Mesen%20%28macOS%20-%20macos-12%29%20.zip)
* [macOS - Apple Silicon](https://nightly.link/SourMesen/Mesen2/workflows/build/master/Mesen%20%28macOS%20-%20macos-14%29%20.zip)
* [macOS - Intel](https://nightly.link/SourMesen/Mesen2/workflows/build/master/Mesen%20%28macOS%20-%20macos-12%29.zip)
* [macOS - Apple Silicon](https://nightly.link/SourMesen/Mesen2/workflows/build/master/Mesen%20%28macOS%20-%20macos-14%29.zip)
* [Linux](https://nightly.link/SourMesen/Mesen2/workflows/build/master/Mesen%20%28Linux%20-%20ubuntu-20.04%20-%20clang%29.zip)
* [Linux - AppImage](https://nightly.link/SourMesen/Mesen2/workflows/build/master/Mesen%20(Linux%20x64%20-%20AppImage).zip)

Expand Down

0 comments on commit 9e1adfc

Please sign in to comment.