Skip to content

Commit

Permalink
set macos release version to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
daanvaningen committed Dec 17, 2024
1 parent f6c6028 commit fe3173c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-14]
os: [ubuntu-20.04, windows-2019, macos-13]

steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: msys2/setup-msys2@v2
if: matrix.os == 'windows-2019'
Expand Down

0 comments on commit fe3173c

Please sign in to comment.