Skip to content

Commit

Permalink
Pin macOS version to last x64 version (14 is arm only)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdziadkiewicz authored Jun 24, 2024
1 parent 2c34f15 commit 011f84a
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 011f84a

Please sign in to comment.