Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MordechaiHadad/bob
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad committed Sep 10, 2024
2 parents 725179d + a2e513f commit 4672849
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
check:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-latest, windows-latest, ubuntu-latest, macos-13]
runs-on: ${{matrix.os}}
steps:
- name: Checkout
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
copy .\\target\\optimized\\bob.exe .\\build
if: matrix.os.OS == 'windows-latest'
- name: Upload Bob binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "bob-${{ matrix.os.NAME }}-x86_64${{ matrix.tls.SUFFIX }}"
path: ${{ matrix.os.PATH }}
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
command: build
args: --locked --profile optimized --target aarch64-unknown-linux-gnu
- name: Upload Bob Linux-aarch64 binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: bob-linux-aarch64
path: "target/aarch64-unknown-linux-gnu/optimized/bob"
Expand Down

0 comments on commit 4672849

Please sign in to comment.