Skip to content

Commit

Permalink
Bump BSD action versions in workflows, switch to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Apr 3, 2024
1 parent 40620b0 commit 43c9e3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/BSD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
lisp: [sbcl, ecl]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run tests on FreeBSD
uses: vmactions/freebsd-vm@v1
Expand All @@ -41,7 +41,7 @@ jobs:
test_otherbsds:
name: ${{ matrix.lisp }} on other BSDs
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v4

- name: Run tests on OpenBSD
uses: vmactions/openbsd-vm@v0
uses: vmactions/openbsd-vm@v1
with:
usesh: true
sync: rsync
Expand All @@ -72,7 +72,7 @@ jobs:
${{ matrix.lisp }} --load ~/quicklisp/setup.lisp --eval "(ql:quickload :trivial-clock/test)" --eval "(progn (uiop:quit (if (uiop:symbol-call :fiveam '#:run! :trivial-clock) 0 1)))"
- name: Run tests on DragonflyBSD
uses: vmactions/dragonflybsd-vm@v0
uses: vmactions/dragonflybsd-vm@v1
continue-on-error: true
with:
usesh: true
Expand Down

0 comments on commit 43c9e3e

Please sign in to comment.