Skip to content

Commit

Permalink
donwgrade macos
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Dec 11, 2023
1 parent 16b1005 commit ea2832d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:

linux:
runs-on: macos-13
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions builders/Darwin/mediafx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# You should have received a copy of the GNU General Public License along with mediaFX.
# If not, see <https://www.gnu.org/licenses/>.

set -x

BUILD_TYPE=${BUILD_TYPE:-Release}
CURRENT=$(dirname "${BASH_SOURCE[0]}")
source "$CURRENT/versions"
Expand Down

0 comments on commit ea2832d

Please sign in to comment.