From 9e1adfc1066f26a3f4d0f431decc6354c3cdb904 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Thu, 14 Mar 2024 02:45:52 -0400 Subject: [PATCH] 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 --- .github/workflows/build.yml | 1 - README.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c43c49c..13edd0d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -129,7 +129,6 @@ jobs: matrix: compiler: [clang] platform: [ - {os: macos-11, arch: x64}, {os: macos-12, arch: x64}, {os: macos-14, arch: arm64} ] diff --git a/README.md b/README.md index 6939db83..796cc964 100644 --- a/README.md +++ b/README.md @@ -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)