Skip to content

Commit

Permalink
check workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Aug 11, 2024
1 parent 3c40773 commit 5a81035
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: build
run: |
make linux-build archive
- name: upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: roswell-linux
path: ./*.tbz
8 changes: 4 additions & 4 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
workflow_dispatch:

jobs:
build:
runs-on: macos-latest
build-intel:
runs-on: macOS-12
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: build
run: |
curl -L -O https://github.com/roswell/sbcl_bin/releases/download/2.4.0/sbcl-2.4.0-x86-64-darwin-binary.tar.bz2
Expand All @@ -21,7 +21,7 @@ jobs:
make sbcl
make all archive
- name: upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: roswell-osx
path: ./*.tbz

0 comments on commit 5a81035

Please sign in to comment.