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 08818aa commit 3a7be81Copy full SHA for 3a7be81
1 file changed
.github/workflows/publish-libosdp-sys.yml
@@ -19,8 +19,7 @@ jobs:
19
runs-on: ${{ matrix.os }}
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