Skip to content

Commit

Permalink
All matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
anfelbar committed Aug 12, 2024
1 parent a2b11ed commit 88f93b9
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,29 @@ jobs:
revision: d04e89854b3931f4aaced77aa3a2fcad5834b3a6
remote_execution: 'false'

- os: linux
arch: x64
os_distribution: debian
os_version: 11
revision: d04e89854b3931f4aaced77aa3a2fcad5834b3a6
remote_execution: 'true'

- os: macos
arch: x64
os_distribution: monterey
os_version: "12"
revision: d04e89854b3931f4aaced77aa3a2fcad5834b3a6
remote_execution: 'false'

- os: macos
arch: x64
os_distribution: monterey
os_version: "12"
revision: d04e89854b3931f4aaced77aa3a2fcad5834b3a6
remote_execution: 'true'

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

- name: Set up authentication
shell: bash
Expand Down

0 comments on commit 88f93b9

Please sign in to comment.