3232          git checkout -b "$branch" || true  
3333name : Run build 
3434        run : earthly --ci +all --distro=${{ matrix.distro }} 
35-   linux :
35+   linux-x64  :
3636    runs-on : ubuntu-22.04 
3737    steps :
3838      - uses : actions/checkout@v4 
@@ -43,13 +43,13 @@ jobs:
4343      - name : Install Ceedling 
4444        run : sudo gem install ceedling --no-user-install 
4545      - name : Build dependencies 
46-         run : ceedling --mixin=linux  clobber dependencies:make --verbosity=debug 
46+         run : ceedling --mixin=linux_x64  clobber dependencies:make --verbosity=debug 
4747      - name : Run wolfSSL Tests 
4848        run : | 
4949          cd third_party/wolfssl/source 
5050          ./wolfcrypt/test/testwolfcrypt 
5151name : Run build and test 
52-         run : ceedling --mixin=linux  test:all --verbosity=debug 
52+         run : ceedling --mixin=linux_x64  test:all --verbosity=debug 
5353  linux-multithread :
5454    runs-on : ubuntu-22.04 
5555    steps :
@@ -178,7 +178,7 @@ jobs:
178178          QEMU_LD_PREFIX=/usr/riscv64-linux-gnu ./wolfcrypt/test/testwolfcrypt 
179179name : Run build 
180180        run : CC="riscv64-linux-gnu-gcc" ceedling --mixin=linux_riscv64 release --verbosity=debug 
181-   macos :
181+   macos-x64  :
182182    runs-on : macos-13 
183183    steps :
184184      - uses : actions/checkout@v4 
@@ -191,10 +191,10 @@ jobs:
191191      - name : Install automake 
192192        run : HOMEBREW_NO_AUTO_UPDATE=1 brew install autoconf automake libtool 
193193      - name : Build dependencies 
194-         run : ceedling --mixin=macos  clobber dependencies:make --verbosity=debug 
194+         run : ceedling --mixin=macos_x64  clobber dependencies:make --verbosity=debug 
195195      - name : Run build and test 
196-         run : ceedling --mixin=macos  clobber test:all --verbosity=debug 
197-   macos_arm64 :
196+         run : ceedling --mixin=macos_x64  clobber test:all --verbosity=debug 
197+   macos-arm64 :
198198    runs-on : macos-latest 
199199    steps :
200200      - uses : actions/checkout@v4 
0 commit comments