Skip to content

Commit

Permalink
ci: bump macos runners to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Jul 6, 2024
1 parent b2e6639 commit 16cdd78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

strategy:
matrix:
os: [macos-11, ubuntu-latest]
os: [macos-12, ubuntu-latest]
platform: [windows, linux]
exclude:
- os: macos-11
- os: macos-12
platform: windows

steps:
Expand Down

0 comments on commit 16cdd78

Please sign in to comment.