Skip to content

Commit

Permalink
Try ubuntu-20.04 instead of 22
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-david authored Nov 28, 2022
1 parent 5503bb8 commit 6c33c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-12]
os: [ubuntu-20.04, windows-2022, macos-12]
steps:
- uses: actions/checkout@v2
name: Checkout onto ${{ runner.os }}
Expand Down

0 comments on commit 6c33c0a

Please sign in to comment.