Skip to content

Commit 6796f38

Browse files
committed
Updating GitHub actions CI to use Ubuntu 22.04 and 24.04 (20.04 is depreciated)
1 parent 8d9fd63 commit 6796f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ${{ matrix.os }}
66
strategy:
77
matrix:
8-
os: [ubuntu-20.04, ubuntu-22.04]
8+
os: [ubuntu-22.04, ubuntu-24.04]
99
steps:
1010
- uses: actions/checkout@v4
1111

0 commit comments

Comments
 (0)