Skip to content

Commit

Permalink
github workflow: macos-12 -> macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Nov 4, 2024
1 parent 6dc6e2a commit f567309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
matrix:
include:
- { name: ubuntu-20.04, os: ubuntu-20.04, cross-target: '' }
- { name: macos-universal, os: macos-12, cross-target: aarch64-apple-darwin }
- { name: macos-universal, os: macos-13, cross-target: aarch64-apple-darwin }
- { name: windows, os: windows-latest, cross-target: '' }
name: Package plugin binaries
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit f567309

Please # to comment.