Skip to content

Commit 6680780

Browse files
committed
correct references to gcc-10
1 parent b30d606 commit 6680780

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
dfhack_repo: ${{ inputs.dfhack_repo }}
9797
dfhack_ref: ${{ inputs.dfhack_ref }}
9898
os: ubuntu
99-
compiler: gcc-10
99+
compiler: gcc-11
100100
plugins: default
101101
config: default
102102

docs/dev/github-workflows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ tuned our build and test workflows to minimize spurious cache misses and keep
4646
the fast path fast.
4747

4848
Caches are namespaced by key prefixes, and we have one key prefix per build
49-
context. For example, release builds on gcc-10 are kept in one cache namespace,
50-
whereas test builds on gcc-10 are kept separate. MSVC release and test builds
49+
context. For example, release builds on gcc-11 are kept in one cache namespace,
50+
whereas test builds on gcc-11 are kept separate. MSVC release and test builds
5151
similarly have their own namespaces. Each cache has a maximum size that is
5252
enforced by the business logic that writes the cache data.
5353

0 commit comments

Comments
 (0)