Skip to content

Commit

Permalink
CI: Explicitly set ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bathal1 committed Dec 6, 2023
1 parent 5985305 commit 93b3596
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
matrix:
environment:
- {
os: "ubuntu-latest",
os: "ubuntu-20.04",
mitsuba-version: "3.0.1"
}
- {
os: "ubuntu-22.04",
mitsuba-version: "3.0.1"
}
- {
Expand All @@ -38,7 +42,7 @@ jobs:
- {
version: "3.3"
}

steps:
- name: Git checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 93b3596

Please sign in to comment.