Skip to content

Commit 8278859

Browse files
authored
feat: pass Ubuntu release to Docker build from GitHub Actions
1 parent d69b800 commit 8278859

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66
types:
77
- created
88
env:
9-
LLVM_MINGW64_VER: 20250812
9+
# See: https://github.com/mstorsjo/llvm-mingw/releases
10+
LLVM_MINGW64_VER: '20250812'
11+
LLVM_MINGW_UBUNTU_REL: '22.04'
1012

1113
jobs:
1214
build:

0 commit comments

Comments
 (0)