Skip to content

Commit 4563ad8

Browse files
authored
actions: fix failing macOS builds (#3146)
* actions: fix failing macOS builds * Update build.yml
1 parent 980cf47 commit 4563ad8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104

105105
build_macos:
106106
name: macOS
107-
runs-on: macos-latest
107+
runs-on: macos-11
108108
strategy:
109109
fail-fast: false
110110
matrix:
@@ -118,6 +118,7 @@ jobs:
118118
- name: Install Dependencies
119119
run: |
120120
brew install bash binutils freetype gnu-sed nasm
121+
121122
- uses: actions/setup-java@v3
122123
id: setup-java
123124
with:

0 commit comments

Comments
 (0)