We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098f1cc commit c50bb80Copy full SHA for c50bb80
.github/workflows/release.yml
@@ -14,10 +14,11 @@ jobs:
14
strategy:
15
matrix:
16
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 }
+ - { os: ubuntu-latest, target: aarch64-unknown-linux-gnu, use-cross: true }
+ - { os: macos-latest , target: x86_64-apple-darwin }
+ - { os: macos-latest , target: aarch64-apple-darwin }
+ - { os: windows-latest, target: x86_64-pc-windows-msvc }
21
+ - { os: ubuntu-latest, target: x86_64-unknown-linux-gnu }
22
steps:
23
- name: Checkout sources
24
uses: actions/checkout@v4
0 commit comments