Skip to content

Commit

Permalink
fixup! Try operating system specific jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jul 25, 2023
1 parent 97e6d7b commit 352a7df
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,23 @@ jobs:
- name: ubuntu-latest
work_directory: /home/runner/work/action/action

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

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

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

0 comments on commit 352a7df

Please sign in to comment.