Skip to content

Commit

Permalink
rename some jobs to use x86_64 rather than amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
drdo committed Jul 8, 2024
1 parent 7962b65 commit b2f4708
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
build-linux-amd64:
build-linux-x86_64:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand All @@ -35,7 +35,7 @@ jobs:
run: cargo install cross
- name: Build
run: cross build --target aarch64-unknown-linux-musl --verbose
build-darwin-amd64:
build-darwin-x86_64:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
build-windows-amd64:
build-windows-x86_64:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b2f4708

Please sign in to comment.