macOS: Fixed readme link, remove macos 11 build (#46)

* Remove extra space in link to macos binaries
* Remove macos-11 build because its slow and not useful
This commit is contained in:
James Rowe 2024-03-14 02:45:52 -04:00 committed by GitHub
parent 5568d1c5eb
commit 9e1adfc106
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -129,7 +129,6 @@ jobs:
matrix:
compiler: [clang]
platform: [
{os: macos-11, arch: x64},
{os: macos-12, arch: x64},
{os: macos-14, arch: arm64}
]

View file

@ -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)