From 29afc0a45dfdd92a094358678482ecdf7f5d98d7 Mon Sep 17 00:00:00 2001 From: Kerry Jiang Date: Sat, 1 Jun 2024 14:31:29 -0700 Subject: [PATCH] tried to fix the build for mobile targets --- .github/workflows/myget.yml | 6 +++++- Directory.Build.props | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/myget.yml b/.github/workflows/myget.yml index 32ebcd330..e7be18926 100644 --- a/.github/workflows/myget.yml +++ b/.github/workflows/myget.yml @@ -7,9 +7,13 @@ on: jobs: push: - runs-on: windows-latest + runs-on: ios-latest steps: - uses: actions/checkout@v1 + - uses: actions/setup-java@v4 + with: + distribution: 'microsoft' + java-version: '21' - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: diff --git a/Directory.Build.props b/Directory.Build.props index 59dcc7adb..761c6e55d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,7 +6,7 @@ net7.0 - net6.0-ios;net6.0-android;net6.0-macos;net6.0-tvos;net7.0-ios;net7.0-android;net7.0-macos;net7.0-tvos;net8.0-ios;net=8.0-android;net8.0-macos;net8.0-tvos + net7.0-ios;net7.0-android;net7.0-macos;net7.0-tvos;net8.0-ios;net8.0-android;net8.0-macos;net8.0-tvos https://github.com/kerryjiang/supersocket