Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Aug 4, 2024
1 parent 5be439c commit 4213066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
include:
- { os: ubuntu-24.04, compiler: clang-15 }
- { os: ubuntu-24.04, compiler: clang-16 }
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 4213066

Please sign in to comment.