Skip to content

Commit

Permalink
fixup! Fix #74: Add support for FreeBSD 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Feb 15, 2024
1 parent 0969996 commit 107f764
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
fail-fast: false
matrix:
version:
- '14.0'
- '13.2'
- '13.1'
- '13.0'
Expand All @@ -52,6 +51,29 @@ jobs:
- architecture: { name: arm64 }
host: { name: macos-latest }

include:
- version: '14.0'
architecture: { name: arm64 }
host:
name: ubuntu-latest
work_directory: /home/runner/work/action/action

- version: '14.0'
architecture:
name: x86-64
uname: amd64
host:
name: ubuntu-latest
work_directory: /home/runner/work/action/action

- version: '14.0'
architecture:
name: x86-64
uname: amd64
host:
name: macos-latest
work_directory: /Users/runner/work/action/action

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 107f764

Please sign in to comment.