Skip to content

Commit

Permalink
Try fix for build osx action
Browse files Browse the repository at this point in the history
  • Loading branch information
rcedgar committed Oct 26, 2024
1 parent 35e6a8f commit 018fe41
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build_osx_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up MacPorts
uses: melusina-org/setup-macports@v1
- name: Update MacPorts and sync ports
# Checks-out the repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v4

# Install MacPorts
- uses: melusina-org/setup-macports@v1

- name: Install dependencies
run: |
sudo port selfupdate
sudo port sync
- name: Install Python 3.11
run: sudo port install python311
sudo port install python311
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew update
brew install gcc@11
Expand Down

0 comments on commit 018fe41

Please sign in to comment.