Skip to content

Commit 3ca4914

Browse files
authored
Update GH runner from deprecated ubuntu-20.04 to ubuntu-24.04
1 parent b1df1a8 commit 3ca4914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/control.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [macOS-latest, ubuntu-20.04]
15+
os: [macOS-latest, ubuntu-24.04]
1616
go: [ '1.21.5' ]
1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)