Skip to content

Commit

Permalink
Updating old github action target to use new Ubuntu builder
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Apr 13, 2023
1 parent def438d commit 6bb46c1
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 @@ -11,8 +11,8 @@ jobs:
strategy:
matrix:
sys:
- { os: ubuntu-18.04, shell: bash }
- { os: ubuntu-20.04, shell: bash }
- { os: ubuntu-22.04, shell: bash }
- { os: windows-2022, shell: 'msys2 {0}' }
compiler:
- { cc: gcc, cxx: g++ }
Expand Down

0 comments on commit 6bb46c1

Please sign in to comment.