Skip to content

Commit

Permalink
Upgrade to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Dec 8, 2024
1 parent cabb71c commit 3c7c92c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
runner: [
ubuntu-latest,
windows-latest,
# last Intel-based macOS
macos-12
macos-13
]
include:
- runner: ubuntu-latest
library_extension: so
- runner: windows-latest
library_extension: dll
- runner: macos-12
# FPC by default will make Intel-based binaries on this macOS.
- runner: macos-13
library_extension: dylib
runs-on: ${{ matrix.runner }}
steps:
Expand Down

0 comments on commit 3c7c92c

Please sign in to comment.