Skip to content

Commit

Permalink
actions: fix failing macOS builds (#3146)
Browse files Browse the repository at this point in the history
* actions: fix failing macOS builds

* Update build.yml
  • Loading branch information
gdams authored Nov 7, 2022
1 parent 980cf47 commit 4563ad8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

build_macos:
name: macOS
runs-on: macos-latest
runs-on: macos-11
strategy:
fail-fast: false
matrix:
Expand All @@ -118,6 +118,7 @@ jobs:
- name: Install Dependencies
run: |
brew install bash binutils freetype gnu-sed nasm
- uses: actions/setup-java@v3
id: setup-java
with:
Expand Down

0 comments on commit 4563ad8

Please sign in to comment.