Skip to content

Commit

Permalink
CI: Check code builds with gcc v14
Browse files Browse the repository at this point in the history
Closes #413.
  • Loading branch information
alexdewar committed Jun 17, 2024
1 parent 756f269 commit 300a0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"

# Update when there is a new version of gcc available
LATEST_GCC_VERSION: 13
LATEST_GCC_VERSION: 14

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 300a0e6

Please sign in to comment.