Skip to content

Commit 6e56c29

Browse files
Update build.yml
1 parent 7402046 commit 6e56c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: Update binaries
3434
run: |
35-
sudo xcode-select -switch /Applications/Xcode_12.2.app || true
35+
sudo xcode-select -switch /Applications/Xcode_13.1.app || true
3636
sudo apt update || true
3737
sudo apt install -y g++-aarch64-linux-gnu || true
3838
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git

0 commit comments

Comments
 (0)