Skip to content

Commit

Permalink
Merge pull request #1349 from smx-smx/ci
Browse files Browse the repository at this point in the history
fix macOS CI (github actions)
  • Loading branch information
uxmal authored Jun 1, 2024
2 parents e16d9bd + e8faff8 commit 52598f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
include:
- os: macos-latest
- os: macos-13
build_config: UnixRelease
- os: ubuntu-latest
build_config: UnixRelease
Expand Down

0 comments on commit 52598f1

Please sign in to comment.