Skip to content

Commit ec87a89

Browse files
authored
ubuntu22 > ubuntu24
I noticed the homebrew builds were way out of date so looked at a run log. `brew doctor` fails because it needs glibc newer than 2.35 which is what ubuntu 22 has. Changed the os to ubuntu 24 (glibc 2.39) and ran a duplicate of the workflow on a test repo and it no longer failed.
1 parent 7b79297 commit ec87a89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ubuntu-22.04, macos-15]
18+
os: [ubuntu-24.04, macos-15]
1919

2020
runs-on: ${{ matrix.os }}
2121

0 commit comments

Comments
 (0)