Skip to content

Commit

Permalink
Add macos-13 worker
Browse files Browse the repository at this point in the history
  • Loading branch information
berkowski committed Aug 5, 2024
1 parent d622fa0 commit a7dd5c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: true

matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
build_type: [Release]
include:
- os: windows-latest
Expand All @@ -28,6 +28,9 @@ jobs:
- os: macos-latest
cpack_generator: DragNDrop
binary_package: "*darwin*dmg"
- os: macos-13
cpack_generator: DragNDrop
binary_package: "*darwin*dmg"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a7dd5c8

Please sign in to comment.