Skip to content

Commit

Permalink
Copy release.yml over from difftastic
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimrod committed May 20, 2024
1 parent aec0b6a commit e0f94bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
include:
# Targets that match the OS of the runner.
- target: x86_64-unknown-linux-gnu
os: ubuntu-20.04
os: ubuntu-22.04
# Targets using cross-compilation (upload-rust-binary-action
# detects that they need cross).
- target: aarch64-unknown-linux-gnu
os: ubuntu-20.04
os: ubuntu-22.04
- target: aarch64-apple-darwin
os: macos-latest
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit e0f94bf

Please sign in to comment.