Skip to content

Commit

Permalink
Fixed missing openssl dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
MoFtZ committed Feb 7, 2025
1 parent c273e08 commit 562bc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Setup OS matrix
id: setup-os-matrix
run: |
os=("ubuntu-latest" "windows-latest")
os=("ubuntu-22.04" "windows-latest")
# runs on macOS only if there is a push to master, or a tag is
# pushed, we do this since macOS builds last too long and ILGPU
Expand Down

0 comments on commit 562bc98

Please sign in to comment.