diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 551517b..31ed583 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,8 +21,10 @@ jobs: fail-fast: false matrix: job: - - { os: ubuntu-18.04 , target: x86_64-unknown-linux-gnu } - - { os: macos-10.15 , target: x86_64-apple-darwin } + - { os: ubuntu-20.04 , target: x86_64-unknown-linux-gnu } + - { os: ubuntu-20.04 , target: aarch64-unknown-linux-gnu } + - { os: macos-12 , target: x86_64-apple-darwin } + - { os: macos-12 , target: aarch64-apple-darwin } steps: - name: Checkout source code uses: actions/checkout@v2