Skip to content

Commit

Permalink
Merge pull request #435 from fsprojects/Fix-macos-build
Browse files Browse the repository at this point in the history
Pin macOS version to last x64 version (14 is arm only)
  • Loading branch information
gdziadkiewicz authored Jun 24, 2024
2 parents 2c34f15 + 011f84a commit 30d2a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macOS-13]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -38,4 +38,4 @@ jobs:
name: nuget-package
path: |
bin/*.nupkg
bin/*.snupkg
bin/*.snupkg

0 comments on commit 30d2a2b

Please sign in to comment.