Skip to content

Commit

Permalink
Use macos-13 for intel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Apr 28, 2024
1 parent 6670c1a commit 957ee04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/c-cpp.yml
Expand Up @@ -17,7 +17,7 @@ on:
jobs:

build-macOS-x86_64:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
path: amiberry-${{ github.ref_name }}-macOS-x86_64.zip

build-macOS-M1:
runs-on: macos-14
runs-on: macos-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -64,6 +64,7 @@ jobs:

- name: Install dependencies
run: |
brew update
brew install autoconf sdl2 mpg123 sdl2_ttf sdl2_image flac libmpeg2 libserialport portmidi dylibbundler wget
- name: make capsimg
Expand Down

0 comments on commit 957ee04

Please sign in to comment.