Skip to content

Commit 4213066

Browse files
committed
fix publish workflow
1 parent 5be439c commit 4213066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
include:
14-
- { os: ubuntu-24.04, compiler: clang-15 }
14+
- { os: ubuntu-24.04, compiler: clang-16 }
1515
steps:
1616
- name: checkout
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)