Skip to content

Commit 3a7be81

Browse files
committed
Fix github actions build failure due to deprecated macos-13 runner
Signed-off-by: Siddharth Chandrasekaran <sidcha.dev@gmail.com>
1 parent 08818aa commit 3a7be81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-libosdp-sys.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
# macos-13 is an intel runner, macos-14 is apple silicon
23-
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
22+
os: [ubuntu-latest, macos-15-intel, macos-latest, windows-latest]
2423
steps:
2524
- uses: actions/checkout@v4
2625
with:

0 commit comments

Comments
 (0)