We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdecd45 commit defba0aCopy full SHA for defba0a
1 file changed
.github/workflows/publish-libosdp.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
matrix:
22
# macos-13 is an intel runner, macos-14 is apple silicon
23
- os: [ubuntu-latest, macos-13, macos-14, windows-latest]
+ os: [ubuntu-latest, macos-15-intel, macos-latest, windows-latest]
24
steps:
25
- uses: actions/checkout@v4
26
with:
0 commit comments