Skip to content

Commit c50bb80

Browse files
committed
ci: update release targets, include macos aarch64
1 parent 098f1cc commit c50bb80

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
strategy:
1515
matrix:
1616
job:
17-
- { os: ubuntu-20.04, target: aarch64-unknown-linux-gnu, use-cross: true }
18-
- { os: macos-10.15 , target: x86_64-apple-darwin }
19-
- { os: windows-2019, target: x86_64-pc-windows-msvc }
20-
- { os: ubuntu-20.04, target: x86_64-unknown-linux-gnu }
17+
- { os: ubuntu-latest, target: aarch64-unknown-linux-gnu, use-cross: true }
18+
- { os: macos-latest , target: x86_64-apple-darwin }
19+
- { os: macos-latest , target: aarch64-apple-darwin }
20+
- { os: windows-latest, target: x86_64-pc-windows-msvc }
21+
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu }
2122
steps:
2223
- name: Checkout sources
2324
uses: actions/checkout@v4

0 commit comments

Comments
 (0)