Skip to content

Commit ac32acf

Browse files
committed
update arch in macos ci
1 parent 855b8d3 commit ac32acf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
- os: ubuntu-latest
4949
target: linux-x64
5050
nasm_format: elf64
51-
executable_ext: ""
51+
executable_ext: "_linux"
5252
continue_on_error: true
5353
- os: macos-latest
5454
target: macos-auto
5555
nasm_format: macho64
56-
executable_ext: ""
56+
executable_ext: "_macos"
5757
continue_on_error: true
5858
fail-fast: false # Don't cancel other jobs if one fails
5959
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)