Skip to content

Commit

Permalink
chore: Update job names and architectures in .appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Aug 27, 2024
1 parent 56164c1 commit b8f3e2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,18 @@ for:

environment:
matrix:
- job_name: Linux ARM 64-bit
- job_name: Linux x86 64-bit
appveyor_build_worker_image: *linux
ARCH: aarch64
ARCH: x86_64
- job_name: Windows 64-bit
appveyor_build_worker_image: *windows
ARCH: x64
- job_name: macOS ARM 64-bit
appveyor_build_worker_image: *macos
ARCH: arm64
- job_name: Linux x86 64-bit
- job_name: Linux ARM 64-bit
appveyor_build_worker_image: *linux
ARCH: x86_64
ARCH: aarch64
- job_name: macOS x86 64-bit
appveyor_build_worker_image: *macos
ARCH: x86_64
Expand Down

0 comments on commit b8f3e2d

Please sign in to comment.