Skip to content

Commit

Permalink
chore: use gcc 7+ for CI
Browse files Browse the repository at this point in the history
The older image appears to have issues with CircleCI in regards to SSH
key setup to clone drafter.
  • Loading branch information
kylef committed Jul 28, 2023
1 parent 29a3b8a commit 9fa2003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
test-gyp:
<<: *test-base-legacy
docker:
- image: gcc:4.8.5
- image: gcc:7

test-gcc-49-debug:
<<: *test-base
Expand Down

0 comments on commit 9fa2003

Please sign in to comment.