Skip to content

Commit

Permalink
use matrix.os on openbsd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 10, 2024
1 parent cbdc5da commit 134251c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
VERSION: ${{ secrets.VERSION }}
CPU: ${{ matrix.target }}
OS: freebsd
OS: ${{ matrix.os }}
VARIANT: ${{ matrix.suffix == 'yes' && format('-{0}', matrix.release) || ''}}
LINKFLAGS: ${{ matrix.linkflags }}
CLISP_LDFLAGS: ${{ matrix.clispldflags }}
Expand All @@ -28,6 +28,7 @@ jobs:
release: ['7.5']
target: [x86-64, arm64]
suffix: [yes]
os: [openbsd]
lisp: [sbcl-bin/2.4.0]
environment: SET_VERSION

Expand All @@ -54,7 +55,7 @@ jobs:
env:
VERSION: ${{ secrets.VERSION }}
CPU: ${{ matrix.target }}
OS: linux
OS: ${{ matrix.os }}
VARIANT: ${{ matrix.suffix }}
run: make latest-version upload-archive-p
continue-on-error: true
Expand All @@ -63,7 +64,7 @@ jobs:
uses: cross-platform-actions/[email protected]
with:
environment_variables: VERSION CPU OS VARIANT LINKFLAGS CLISP_LDFLAGS CC GH_USER GH_REPO GITHUB_OAUTH_TOKEN
operating_system: openbsd
operating_system: ${{ matrix.os }}
architecture: ${{ matrix.target }}
version: ${{ matrix.release }}
shell: bash
Expand Down

0 comments on commit 134251c

Please sign in to comment.