Skip to content

Commit c2b39c6

Browse files
authored
Fix CI by using xcode 16.2 and latest .net (#8639)
Requires MonoGame/monogame.github.io#198 to fix the Linux builds
1 parent de4bbbd commit c2b39c6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install Dependencies
4949
run: |
5050
if [ "$RUNNER_OS" == "Linux" ]; then
51-
dotnet workload install android --version 8.0.402.0
51+
dotnet workload install android
5252
sudo apt install p7zip-full curl
5353
sudo dpkg --add-architecture i386
5454
sudo mkdir -pm755 /etc/apt/keyrings
@@ -59,13 +59,16 @@ jobs:
5959
sudo apt install -y ttf-mscorefonts-installer
6060
sudo fc-cache
6161
fc-match Arial
62+
wine64 --version
6263
wget -qO- https://monogame.net/downloads/net9_mgfxc_wine_setup.sh | bash
6364
elif [ "$RUNNER_OS" == "Windows" ]; then
6465
dotnet.exe workload install android
6566
else
66-
dotnet workload install android macos ios --version 8.0.402.0
67+
dotnet workload install android macos ios
6768
brew install wine-stable p7zip
6869
sudo mkdir -p /usr/local/lib
70+
ls -n /Applications/ | grep Xcode*
71+
sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
6972
wget -qO- https://monogame.net/downloads/net9_mgfxc_wine_setup.sh | bash
7073
fi
7174
shell: bash

0 commit comments

Comments
 (0)