We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597ed83 commit cf7cd37Copy full SHA for cf7cd37
1 file changed
.github/workflows/release.yaml
@@ -52,7 +52,7 @@ jobs:
52
strategy:
53
matrix:
54
# use oldest possible ubuntu version in order to avoid compatibility errors with libc
55
- os: [ubuntu-22.04, macos-15]
+ os: [ubuntu-24.04, macos-15]
56
fail-fast: false
57
steps:
58
- uses: actions/checkout@v6
0 commit comments