Skip to content

Commit

Permalink
Set the Ubuntu CI builds back to ubuntu-22.04 (#2850)
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy authored Jan 8, 2025
1 parent 1b1f18f commit 4d5de20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-13]
os: [ubuntu-22.04, windows-latest, macOS-13]
steps:
- uses: actions/checkout@v4
- name: Setup .NET 6
Expand Down

0 comments on commit 4d5de20

Please sign in to comment.