Skip to content

Commit 6bb46c1

Browse files
committed
Updating old github action target to use new Ubuntu builder
1 parent def438d commit 6bb46c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
matrix:
1313
sys:
14-
- { os: ubuntu-18.04, shell: bash }
1514
- { os: ubuntu-20.04, shell: bash }
15+
- { os: ubuntu-22.04, shell: bash }
1616
- { os: windows-2022, shell: 'msys2 {0}' }
1717
compiler:
1818
- { cc: gcc, cxx: g++ }

0 commit comments

Comments
 (0)