Skip to content

Commit c2b5978

Browse files
committed
Use supported macOS artifact runners
1 parent 7dba147 commit c2b5978

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
target: x86_64-unknown-linux-gnu
2020
- runner: ubuntu-24.04-arm
2121
target: aarch64-unknown-linux-gnu
22-
- runner: macos-13
22+
- runner: macos-15-intel
2323
target: x86_64-apple-darwin
24-
- runner: macos-14
24+
- runner: macos-15
2525
target: aarch64-apple-darwin
2626
runs-on: ${{ matrix.runner }}
2727
steps:

0 commit comments

Comments
 (0)