Skip to content

Commit

Permalink
Update CI to macos-14 windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara authored May 11, 2024
1 parent fdaffde commit 6b6ac9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
app: [ member_enabled, member_disabled, unique_ptr_enabled, unique_ptr_disabled ]
os: [ macos-latest, windows-latest, ubuntu-latest ]
os: [ macos-14, windows-2022, ubuntu-latest ]

This comment has been minimized.

Copy link
@jakoch

jakoch Jul 16, 2024

this change disabled running the executable and creating screenshot (windows).
referencing: https://github.com/sudara/melatonin_inspector/blob/main/.github/workflows/ci.yml#L74-L85

This comment has been minimized.

Copy link
@sudara

sudara Jul 16, 2024

Author Owner

Thank you!


steps:
- name: Checkout
Expand Down

0 comments on commit 6b6ac9d

Please sign in to comment.