Skip to content

Commit

Permalink
Update SingleProjectTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarfgp committed Nov 17, 2024
1 parent 0d38ebe commit 1c24eed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ env:
TEMPLATE_PROJ: templates/Fabulous.Avalonia.Templates.proj
TEMPLATE_PKG: nupkgs/Fabulous.Avalonia.Templates
NUPKG_FOLDER: nupkgs
XCODE_PATH: /Applications/Xcode_15.2.app/Contents/Developer

jobs:
build:
runs-on: macos-14
runs-on: macos-13
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -31,11 +32,11 @@ jobs:
echo "Nightly version is $NIGHTLY_VERSION"
echo "NIGHTLY_VERSION=$NIGHTLY_VERSION" >> "$GITHUB_ENV"
- name: Update xcode tools
run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer/
run: sudo xcode-select -s ${XCODE_PATH}
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 8..x
- name: Install dotnet workload
run: dotnet workload restore
- name: Install workload wasm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ env:

jobs:
pull_request:
runs-on: macos-14
runs-on: macos-13
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 8.x
- name: Check code formatting
run: |
dotnet tool restore
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:

jobs:
release:
runs-on: macos-14
runs-on: macos-13
environment: nuget
steps:
- name: Checkout sources
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 8.x
- name: Install dotnet workload
run: dotnet workload restore
- name: Restore
Expand Down

0 comments on commit 1c24eed

Please sign in to comment.