mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 10:54:04 +00:00
ci: X64 -> x64
This commit is contained in:
parent
2d334026a9
commit
3eb7868057
1 changed files with 5 additions and 5 deletions
10
.github/workflows/extensions.yml
vendored
10
.github/workflows/extensions.yml
vendored
|
|
@ -15,13 +15,13 @@ jobs:
|
|||
matrix:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
arch: X64
|
||||
arch: x64
|
||||
- os: ubuntu-latest
|
||||
arch: ARM64
|
||||
- os: windows-latest
|
||||
arch: X64
|
||||
arch: x64
|
||||
- os: macos-latest
|
||||
arch: X64
|
||||
arch: x64
|
||||
- os: macos-latest
|
||||
arch: ARM64
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
run: cd extensions && make
|
||||
|
||||
- name: Build C files (Native Linux)
|
||||
if: runner.os == 'Linux' && matrix.arch == 'X64'
|
||||
if: runner.os == 'Linux' && matrix.arch == 'x64'
|
||||
run: cd extensions && make
|
||||
|
||||
- name: Build C files (Linux cross-compilation)
|
||||
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
run: cd extensions && make
|
||||
|
||||
- name: Build C files (macOS cross-compilation)
|
||||
if: matrix.os == 'macos-latest' && matrix.arch == 'X64'
|
||||
if: matrix.os == 'macos-latest' && matrix.arch == 'x64'
|
||||
run: |
|
||||
cd extensions
|
||||
brew install llvm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue