Skip to content

Commit

Permalink
chore: updated ci.yml. Versioned pinned ubuntu as it was giving error…
Browse files Browse the repository at this point in the history
…s on apt installs
  • Loading branch information
jortbmd authored Dec 24, 2024
1 parent dcef468 commit fc48778
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 @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-22.04, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit fc48778

Please sign in to comment.