Skip to content

Commit

Permalink
workflow: use macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
idrassi committed Nov 20, 2024
1 parent a659368 commit 7c40f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-latest, macOS-11]
os: [ubuntu-20.04, windows-latest, macOS-13]
include:
- os: ubuntu-20.04
artifact_suffix: ""
- os: windows-latest
artifact_suffix: ".exe"
- os: macOS-11
- os: macOS-13
artifact_suffix: ""

steps:
Expand Down

0 comments on commit 7c40f99

Please sign in to comment.